tags:

views:

38

answers:

0

I am having list of values(jsf datatable) , there is link to go to another page .In the next page has dropdown with current value what ever we select in the previos page.How to make this process as current value in the dropdown ?

At the same time that current value need to send backend for retrive the value to display .how to do the both process when loding the page ?.

Next process , if select next value in the dropdown that value again send to backend for get the values.

For example:

table values:
123 abc eeee
342 xcv vbnn
345 klo xdfc

if press the 342 link it will go to next page as well same value as current value on that dropdown.at the same time 342 send to backend for retrive the the values for that page.

How to do that both process when loading the page itself ?