|
Project Information
Featured
|
This tool follows the directives in Troubleshooting guide migrating from Struts 2.0.x to 2.1.x and updates the content of the JSP, XML and Java files creating a backup file for each updated one. For example, one of the updates performed is to change <s:url id="urlA" action="doThat" namespace="/myNameSpace"/>
<s:div theme="ajax" href="%{urlA}" notifyTopics="/myTopic"/>to <s:url var="urlA" action="doThat" namespace="/myNameSpace"/>
<sx:div href="%{#urlA}" afterNotifyTopics="/myTopic"/>Look the User's Guide in the Wiki. |