2017-11-20 14:30 GMT+01:00 [email protected] <[email protected]>:
> <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.
value="%{#this.defaultStudent ? #this.name : '-1'}"
or
value="%{[0].defaultStudent ? [0].name : '-1'}"
Regards
--
Ćukasz
+ 48 606 323 122 http://www.lenart.org.pl/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]