Is there any way to create dynamic drop down lists in JSF without using AJAX?
Without JSF there are JavaScript techniques that can be used to dynamically change a drop down list (e.g., based on the selection of drop down list A, the values ion drop down list B are populated by an onclick function), However, with JSF, the changes made in JavaScript do not correspond to the values in the component tree on the server, so an error is thrown. I've tried to update the component through a "valueChangeListener", but this also generates an error. Has anyone found a way to do this in JSF? Can you send a link with an example? I Googled with no success. Thx. Mike __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

