Confused between Services and Values................!
Hi,
Kindly read carefully
I have two pages, "Pg1" and "Pg2".
When "Pg1" load, It calls a REST service "R1"
"R1" have multiple values, by default first value "Val1" will be selected
Based on "Val1" another REST service "R2" will invoke.
Now, Select "Val4" on "Pg1"
Based on "Val4" another REST service "R2" will invoke.
Now, I clicks on any value (which is the result of "R2") "Pg2" loads.
On the click of back button of "Pg2", It again loads "Pg1"
When "Pg1" load, It calls the REST service "R1"
"R1" have multiple values, by default first value "Val1" will be selected !
What I want ??????????
On the click of back button of "Pg2", It again loads "Pg1"
When "Pg1" load, It calls the REST service "R1"
"R1" have multiple values, Here I do not want by default value.
I want that, the previously selected value will be selected and their respective service will be called.
Please Help