|
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,
|