Thread: jsf scope query
View Single Post
  #1 (permalink)  
Old 07-02-2008, 12:08 PM
nc_newie nc_newie is offline
Member
 
Join Date: Jun 2008
Posts: 2
nc_newie is on a distinguished road
jsf scope query
hi,
I've a search page with a couple of textfields and a dropdown. i populate the dropdown in the init().
On clicking 'Go' button, i display a datatable with corresponding values fetched from DB in an arraylist.
The datatable has a editable dropdown. After setting the required valuies in dropdown, i do a submit and update the DB.

I've a jsf page with a backing bean in the request scope.
i have action methods for go & submit. In my submit action, i'm unable to read the arraylist.

Query: How do i get the array values?

Thanks,
Reply With Quote
Sponsored Links