HI Everybody,
Iam newbie to JSF. Iam able to create sample application using JBoss RichFaces implementation. Now iam facing one problem in JSF
pages. I have to display a panelGrid in a form consisting of some components for capturing input, one "Add Row" button and one
"Clear" button.onclicking of the "Add Row" button, i want to render another panel(which was previously hidden) consiting of
datatable which will display the added rows.
This should happen in client side only.
Please can anyone suggest me how acheive this functionality.