gigaZhang / struts2-jquery

Automatically exported from code.google.com/p/struts2-jquery
0 stars 0 forks source link

Doubleselect with sj:select and autocomplete=true doesnt display preselected values #1014

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use a Doubleselect as shown in the Showcase (or attached File).
2. Add autocomplete=true.

What is the expected output? What do you see instead?

Without autocomplete=true the Doubleselect works fine. If the
Non-Ajax-Action wich generates the Form provides Values for
select2 and select3 (see attached File) the dependent Selects
display those Values.
When adding autocomplete=true those predefined Values are not
shown. If I use the Browser-Developer-Tools i can display the
underlying HTML-Select which still displays the Values, only 
the JS-Select dont display them.

Which struts2 version?

2.3.1.2

Which struts2-jquery plugin version?

3.2.1

Please provide any additional information below.

Original issue reported on code.google.com by oldmangl...@googlemail.com on 25 Jul 2013 at 6:55

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by johgep on 5 Aug 2013 at 7:55