Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JSF radiobutton OnChange Event

843842Oct 3 2005 — edited Oct 3 2005
Hello 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 31 2005
Added on Oct 3 2005
1 comment
378 views