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 Posted / 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 |
Post New Answer View All Answers
How do we configure init params for jsp?
What is the difference between server side and client side programming?
Why do we need servlets and jsp?
Explain how you understand the action tag and jsp action elements.
What is difference between sendredirect and requestdispatcher?
What are the elements of jsp?
What are the elements of a jsp page?
Can any one explain about the project Approximate shortest distance computing:A query dependent local landmark scheme
How can we extend jsp technology?
How to find out the name of the http method using jsp el?
What is an expression in jsp?
HOW CAN WE COMPARE TWO PDF FILES USING JSP ?
What is scriptlet, expression and declaration in jsp?
How can I declare methods within my jsp page?
How can I override the jspinit() and jspdestroy() methods within a jsp page?