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 |
Give an example of using your own tags.
What are the possible values for language directive?
How to delete a cookie in jsp?
Can an interface be implemented in the jsp file?
How can we stop errors on display in a jsp page?
Which is mandatory in tag in jsp?
Differentiate between response.sendredirect(url) and <jsp:forward page = …> ?
Can we use jstl in html?
Hi, We developed a webpage using jsp for our team, now we need to know who are employees opening this page,i.e, we need to get the windows user name when ever he/she open the page and stores into a variable. Plz help on this
Why do we use expression language in jsp?
Why session is used?
What are the jsp tag?