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 is the purpose of <jsp:setproperty >?

0 Answers  


Can I stop jsp execution while in the midst of processing a request?

0 Answers  


How can I maintain session in JSP Page in the bases of user name and password:

0 Answers   PUCIT,


What is JSP?

3 Answers  


What is page scope?

0 Answers  






Where do I create jsp in eclipse?

0 Answers  


How is jsp used in the mvc model?

0 Answers  


Explain jsp lifecycle methods?

0 Answers  


What is the use of jsp and servlet?

0 Answers  


What are scriptlets in jsp?

0 Answers  


How can a thread safe JSP page be implemented?

0 Answers  


What is the use of?

0 Answers  


Categories