| Author |
how to make a option selected in <s:select>
|
Pradeep Chaubey
Greenhorn
Joined: Jun 15, 2009
Posts: 20
|
|
HI Experts,
I am facing a problem to make a option selected in <s:select> when page get render.
I am using following codes:
In Action Class
I have getter and setter of the all properties declared above.
ClientTypeModel is a bean, details as follows :
In Jsp I am using following code :
When page get rendered, every time first option get Selectd by default, Even if I assign the last option value of the list
to variable "selectedClient" in the action class.
Please help me to sort out this problem.
|
 |
 |
|
|
subject: how to make a option selected in <s:select>
|
|
|