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
List out the various scope values of jsp action.
Is jsp a programming language?
What are the different life-cycle methods?
Which package does a jsp api consist of?
What are the advantages of jsp over servlet?
write a program in javasacript to shake the window
What is the difference between java servlet and jsp?
What is the use of session management?
How many jsp scripting elements are there and what are they?
Which tag is used to execute java source code in jsp?
What happens when a page is statically included in another jsp page?
Define scriptlet, expression and declaration in jsp?
Explain the action.
A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?
What is difference between sendredirect and forward?