thank you dear for your help,
I have 2 drop down lists:
1. country
2. states
In the first list of country i use a factory method retuning selectItems to jsf component.
when any country from the list is selected i use seam remoting to tranfer the country to
EJBs and get the respective states in seam remoting. then i parse the result in javascript
and i update the jsf 2nd selectOneMenu.I am not using jsf valueChangeEvent.
untill here all of the values populate in the list successfully.
but when i submit the values, the state component give me error message "value is not
valid".
I dont know why it is telling that the value is invalid when the process that i did was
working fine, accept the error message.
thank you,
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045301#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...