Issue 302 in struts2-jquery: display autocompleter as combobox

30 views
Skip to first unread message

struts2...@googlecode.com

unread,
Sep 19, 2010, 4:22:31 AM9/19/10
to struts2...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 302 by jflefeb...@sopragroup.com: display autocompleter as
combobox
http://code.google.com/p/struts2-jquery/issues/detail?id=302

Can you add an option to display autocompleter as combobox or explain how
CAN I do this ?

struts2...@googlecode.com

unread,
Sep 21, 2010, 2:12:30 AM9/21/10
to struts2...@googlegroups.com
Updates:
Owner: johgep
Labels: Component-Plugin

Comment #1 on issue 302 by johgep: display autocompleter as combobox
http://code.google.com/p/struts2-jquery/issues/detail?id=302

What do you mean as combobox?
In the current showcase are some examples
for an combobox autocompleter.

struts2...@googlecode.com

unread,
Sep 21, 2010, 2:32:14 AM9/21/10
to struts2...@googlegroups.com

Comment #2 on issue 302 by jflefeb...@sopragroup.com: display autocompleter
as combobox
http://code.google.com/p/struts2-jquery/issues/detail?id=302

I would have the same render as struts 2 autocompleter dojo tag

struts2...@googlecode.com

unread,
Sep 23, 2010, 8:18:10 AM9/23/10
to struts2...@googlegroups.com

Comment #3 on issue 302 by johgep: display autocompleter as combobox
http://code.google.com/p/struts2-jquery/issues/detail?id=302

currently the jquery autocompleter has the same or more features as the
dojo plugin.

please describe a little bit more what features do you miss.

struts2...@googlecode.com

unread,
Sep 23, 2010, 8:33:27 AM9/23/10
to struts2...@googlegroups.com

Comment #4 on issue 302 by jflef...@sopragroup.com: display autocompleter
as combobox
http://code.google.com/p/struts2-jquery/issues/detail?id=302

I would like to have
- a button to display the list like this :
http://jqueryui.com/demos/autocomplete/combobox.html
- the texte complete into the input (like attachment)
- odd and even color (like attachment)

Attachments:
test.PNG 1.9 KB

struts2...@googlecode.com

unread,
Oct 5, 2010, 6:34:37 AM10/5/10
to struts2...@googlegroups.com

Comment #5 on issue 302 by rajeev.becse: display autocompleter as combobox
http://code.google.com/p/struts2-jquery/issues/detail?id=302

I also need struts2-jquery autocomplete as shown under test.PNG.

struts2...@googlecode.com

unread,
Oct 5, 2010, 6:53:52 AM10/5/10
to struts2...@googlegroups.com

Comment #6 on issue 302 by rajeev.becse: display autocompleter as combobox
http://code.google.com/p/struts2-jquery/issues/detail?id=302

Also need below changes:-
1) Rows with alternate shades of light and dark gray,
2) Matches from starting key only, at present it searches with matching key
from whole keyword,
3) To show combobox with down error ( color can also customize ).


struts2...@googlecode.com

unread,
Oct 5, 2010, 6:57:53 AM10/5/10
to struts2...@googlegroups.com

Comment #7 on issue 302 by rajeev.becse: display autocompleter as combobox
http://code.google.com/p/struts2-jquery/issues/detail?id=302

I also need struts2-jquery autocomplete as shown under test.PNG.

Need below changes:-

struts2...@googlecode.com

unread,
Oct 5, 2010, 12:43:26 PM10/5/10
to struts2...@googlegroups.com
Updates:
Status: Accepted

Comment #8 on issue 302 by johgep: display autocompleter as combobox
http://code.google.com/p/struts2-jquery/issues/detail?id=302

I will check which feature I can implement until next release.
But I have currently a limited time slot. If anyone can contribute
a solution, I will be gratefull.

struts2...@googlecode.com

unread,
Oct 26, 2010, 8:14:27 AM10/26/10
to struts2...@googlegroups.com
Updates:
Status: Started
Labels: Milestone-2.4.2

Comment #9 on issue 302 by johgep: display autocompleter as combobox
http://code.google.com/p/struts2-jquery/issues/detail?id=302

in next version you can enable the combobox icon with new selectBoxIcon
attribute.


<sj:autocompleter
id="customers"
name="echo"
list="%{customers}"
listValue="name"
listKey="id"
selectBox="true"
selectBoxIcon="true"
/>

http://code.google.com/p/struts2-jquery/source/detail?r=1250

struts2...@googlecode.com

unread,
Nov 14, 2010, 9:16:59 AM11/14/10
to struts2...@googlegroups.com

Comment #10 on issue 302 by rajeev.becse: display autocompleter as combobox
http://code.google.com/p/struts2-jquery/issues/detail?id=302

Added these changes but not able to view icon button. Also having some more
query as follows:-
1) Can we change alternate color options css ( Like dojo ),
2) Also while tying, text want to do search with only initial words.

Do we have any expected release date for M2.4.2?


struts2...@googlecode.com

unread,
Nov 14, 2010, 9:55:24 AM11/14/10
to struts2...@googlegroups.com

Comment #11 on issue 302 by rajeev.becse: display autocompleter as combobox
http://code.google.com/p/struts2-jquery/issues/detail?id=302

Getting three issues as below:-
1) Unable to make this disable,
2) Unable to assign width from css and
3) onChange function called while page load also.

struts2...@googlecode.com

unread,
Nov 21, 2010, 6:34:10 AM11/21/10
to struts2...@googlegroups.com
Updates:
Status: Fixed
Labels: -Milestone-2.4.2 Milestone-2.5.0

Comment #12 on issue 302 by johgep: display autocompleter as combobox
http://code.google.com/p/struts2-jquery/issues/detail?id=302

(No comment was entered for this change.)

struts2...@googlecode.com

unread,
Dec 18, 2013, 11:48:40 AM12/18/13
to struts2...@googlegroups.com

Comment #13 on issue 302 by eldho.th...@gmail.com: display autocompleter as
combobox
http://code.google.com/p/struts2-jquery/issues/detail?id=302

I am having an issue with getting the selectBox="true" to work. I am
filling up the values using JSON. When I add the selectBox option, that
stops working (values don't get populated).

Works:-

<s:url id="countrylist" action="lstcountryaction"/>
<sj:autocompleter list="lstcountry" listKey="idcountry"
listValue="countryname" label="Country" href="%{countrylist}"
name="idcountry"/>

Does not work :-

<s:url id="countrylist" action="lstcountryaction"/>
<sj:autocompleter list="lstcountry" listKey="idcountry"
listValue="countryname" label="Country" href="%{countrylist}"
name="idcountry" selectBox="true"/>

From logging, I can see that the call doesn't even get to the action method.

Can you help?
Thanks !

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Reply all
Reply to author
Forward
0 new messages