posted 16 years ago
Hi,
As per my requirement, I have a Select One box. I need to render the UI components(input texts, select boxes, radio buttons, output texts ...) on selection of drop down value. I have action buttons like close, save etc.
I am using custom converter to validate the form for required value. I am able to validate the fields on click of save button, but the problem is whenever I change the value in Select One box it's throwing Validation Error: Value is not valid, which is not allowing user to perform other actions.
In converter class I have taken a boolean value to do validations only when save is clicked. I have not specified the converter for that select one box. When I have selected for the first time it's not calling the converter class, for second selection it's calling the converter class and throwing the above exception.
please can anybody help me out, I am deadly in need of solution.....
Thanks,
Arpitha