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 a declaration?
How to configure init parameters for jsp?
Mention the jstl core tags.
How do we prevent browser from caching output of my jsp pages?
What is server context?
What are the jsp tags?
what is the page attribute in JSP?
What language is used to write servlets and jsp?
What are the elements of a jsp page?
What are the different types of jstl tags?
What do you know about jsp tags? Explain how you understand the action tag and jsp action elements.
What is use of scriptlet tags in jsp?