|
What_happens
What Happens?
What Happens?Every changes recommended in Troubleshooting guide migrating from Struts 2.0.x to 2.1.x are done by this tool. Also el expressions are replaced from all Struts 2 tags. Ognl expression are used instead. I.e. <s:div id="${myVar}"/>changes to <s:div id="%{myVar}"/>Also, following the change Explicitly set the includeParams attribute on all url tags to "get" if it is not specified. The url Struts tags found without the includeParams attribute will have this added with the value "get", because this was the default value in Struts 2.0.x distributions. |