| Author |
Redirecting to same page, keep same values in dropdown
|
Kartik Talasu
Ranch Hand
Joined: Aug 21, 2009
Posts: 98
|
|
Hello All,
Am using struts 1, am having a dropdown in a page. On change of that dropdown value am redirecting to same page.
when its redirecting to same page I want to keep the previous value which I had selected, but its not showing.
Below is the code which I had used.
Where brand and brandList are the attributes in my bean class and productsVO is the bean class which am keeping in request in action class.
And my struts-config.xml code is
|
 |
 |
|
|
subject: Redirecting to same page, keep same values in dropdown
|
|
|