Hi there,
I have a SELECT field which I update according to what user selected in another
SELECT field, thanks to Javascript.
So, here is my SELECT field which I want to retrieve data in my ActionBean:
<select name="speciality" id="speciality" class="select-speciality">
<option value="-1" selected>Speciality...</option>
</select>
So at the loading, the list is empty (except one default option), but this is
filled in when the user clicks on another element within my form => the
generated code of my "speciality" list is updated every time the user changes
elements in the form.
My question is: how to retrieve data provided by this "speciality" field? Here
is a sample of my ActionBean, where I can retrieve everything from my form apart
from this SELECT field...
public class TotoActionBean {
private String name;
private String city;
private Integer speciality;
//other fields here
//getters & setters here
//Resolution methods here
}
It seems that Stripes doesn't take in account the fact that my dropdown list is
updated and takes only the skeleton of my html code displayed at the loading of
the page...
Any ideas?
Thanks a lot for your support.
Cheers,
Laurent
------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations
Conference from O'Reilly Media. Velocity features a full day of
expert-led, hands-on workshops and two days of sessions from industry
leaders in dedicated Performance & Operations tracks. Use code vel09scf
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development