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 |
Can init method be overridden?
What do you mean by context initialization parameters?
What is context url?
Why is it not recommended to use script elements in jsp?
What are implicit objects in jsp?
What are the advantages and disadvantages of thread-safe jsp page?
Which one is correct order of phases in jsp life cycle?
What is _jspservice method?
How To maintain session ..?
How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.
How can the applets be displayed in the jsp? Explain with an example.
How many jsp scripting elements are there and what are they?