JSF problem on submit event
843842Jul 27 2006 — edited Oct 17 2007Hi to everyone and sorry for my english,
i've created a web form using jsf tecnology.
This form contain 2 combo (selectOneMenu) one of this combo contain the region of Italy, so when an user select a region in this combo, on the second combo i'm load the city of this region, for make this i've an onChange event on the first combo this event meke a submit of form, i've also setted the property "immediate" = true.
So when the first combo chenge value if i've in the form a inputText with property required = "true" the form show me the error message "field required", but i've set immediate = "true"?
How i can bypass this problem.
Thanxs a lot,
Fabio.