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..?



i am using rich faces datatable rich:datatable. On entering the value, values get filtered in tabl..

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

Post New Answer

More JSP Interview Questions

What are action tags?

0 Answers  


Which categories can be divided jstl tags, give examples.

0 Answers  


Explain client and server side validation?

0 Answers  


Can we define a class in a jsp page?

0 Answers  


Write a Program using Servlet and JDBC for developing online application for displaying the details of Cars owned by the residents in XYZ society. Make necessary assumptions and create appropriate databases.

1 Answers   ME,






Which jsp implicit objects are thread safe?

0 Answers  


What is jsp? Explain

0 Answers  


What are the advantages of jsp?

0 Answers  


What is jsp and how it works?

0 Answers  


How do I include static files within a jsp page?

0 Answers  


What do jsp literals consist of?

0 Answers  


What is context in web application?

0 Answers  


Categories