Author Login
Post Reply
Hi all,
I have a select box in my JSP page like:
<s:select name="Employee"
id="employee"
theme="simple"
size="1"
list="employeeList"
cssClass="mystyle"
headerKey=""
headerValue="%{getText('global.please.select')}" />
I want to be able to set the headerValue from my Action.
For example, I might want to set it to "John Smith" dynamically.
Is this possible?
Thanks,
nic