Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.3
-
None
-
Tested in S2.1.3
-
Patch
Description
I did some basic refactorings to the code that tests things like stripping/adding the "%
{" and "}" to the expressions, as suggested in https://issues.apache.org/struts/browse/WW-2811Now all the "%{" and "}
" handling are confined inside the Component class.
Note that in class StrutsBodyTagSupport.java I changed the translateVariables method implementation for one in TextParseUtil. I think they do the same thing (all S2 Core tests passed but this may need more testing.)
Attachments
Attachments
Issue Links
- is related to
-
WW-2811 ListUIBean does not strip %{} off listKey
- Closed