JSF radiobutton OnChange Event
843842Oct 3 2005 — edited Oct 3 2005Hello Friends,
I am creating a form and I have 3 radio buttons on top of the form. Depending on which radio button the user selects the rest of the form is displayed. Every form has totally different fields and totally different validations.
In our prototype, which was a plain jsp, it was handled easily using 3 div tags and onchange of the radio button the div to be displayed was selected using javascript. All validations were also handled using javascript.
I am now looking at a nice way of implementing this using JSF. Any inputs or suggestions in the area will be of great help.
Best Regards,
Ramesh