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
What is jsp api?
How are the jsp requests handled?
What is jsp net?
What is out in jsp?
What is jsp processing?
Why jsp is used instead of html?
in jsf page i use two dropdown list.i.e state & district.if state dropdown is selected then & then district is enable.what should be my code.
What is the jspdestroy() method?
What are the types of jstl tags?
How can I enable session tracking for jsp pages if the browser has disabled cookies?
What are the life-cycle methods for a jsp?
Give an example where you need jsp custom tag?
Explain implicit objects in jsp?
Can we implement an interface in a jsp?
What jsp lifecycle methods can I override?