i am using rich faces datatable rich:datatable. On
entering the value, values get filtered in table. Now how
can i get the value in back9ing bean..?
Answer / santosh
Declare a List<Type> in the backing bean and bind it to the
datatable. When you submit the form, all the values in the
datatable will set to the List<Type>
| Is This Answer Correct ? | 6 Yes | 0 No |
What is the <jsp:usebean> standard action?
Define jsp declaration?
Can u Override any of the lifecycle methods of JSP?
How to get value from java to jsp page?
List the different scope values for the <jsp:usebean> tag in jsp?
How can I implement a thread-safe jsp page? What are the advantages and disadvantages of using it?
Explain the jsp:setProperty action.
How to forward a request to another source?
How is jsp better than servlet technology?
How do we configure init params for jsp?
What do you mean by custom tag in jsp?
What are JSP scripting elements?