<s:select name='student'
list="students" listKey="sid" listValue="name"
value="defaultStudent.equals('true')"
/>
I have a select tag as above. The Student object has a boolean value
defaultStudent with getter isDefaultStudent. How to pre-select the default
student based on this boolean value. Value accepts only static value, not
condition.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]