Hi, I have an odd problem with a form and a few drop down list, so I hope you can help me.
I've a form which I include in (almost) all my pages. This form has a couple of textboxes and 5-6 SelectOneMenu listboxes with values linked to a session-scoped backing bean (well, actually a bean representing form's values accessed from a backing bean). The form works great the first time, but after submited, set methods of this bean are never set again with the new values from form's listboxes. Neither is it instantiated. I've some javascript working with fields, and it seems that, altough the selected item remain selected, the form has no option really sellected, so retrieveing the selected option fails (and thus I supposed nothings is sent to the server). Any Ideas?. Thank you very much. al.

