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 |
Why does jcomponent have add() and remove() methods but the component does not?
Can a constructor be used in place of init() method to initialize a servlet?
How to find the hidden answers present in an online exam?
What is application in jsp?
What is a expression?
What is the use of jstl?
How jsp is executed?
How to ignore the el expression evaluation in a jsp?
What are the two kinds of comments in jsp and what's the difference between them ?
What class.forname will do while loading drivers?
How many types of jsp tags are there?
Explain the difference between servlet and jsp?