Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.2
-
None
-
Patch, Important
Description
The ListUIBean method evaluateExtraParams() is stripping %{} off listValue but not listKey! Therefore, the following was failing:
<s:select list="departments" listKey="%
{departmentId}" listValue="%
{departmentName}"/>changing my code to this worked!
<s:select list="departments" listKey="departmentId" listValue="%{departmentName}
"/>
This crazy hybrid-expression language is messy enough without landmines like this.
Attachments
Attachments
Issue Links
- relates to
-
WW-2824 refactored altSyntax expression code
- Closed