Author: wsmoak Date: Tue Dec 26 13:39:47 2006 New Revision: 490377 URL: http://svn.apache.org/viewvc?view=rev&rev=490377 Log: Fixed the 'change locale' links. WW-1412
Modified: struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/example/HelloWorld.jsp Modified: struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/example/HelloWorld.jsp URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/example/HelloWorld.jsp?view=diff&rev=490377&r1=490376&r2=490377 ============================================================================== --- struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/example/HelloWorld.jsp (original) +++ struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/webapp/example/HelloWorld.jsp Tue Dec 26 13:39:47 2006 @@ -11,13 +11,13 @@ <h3>Languages</h3> <ul> <li> - <s:url id="url" action="HelloWorld" includeContext="false"> + <s:url id="url" action="HelloWorld"> <s:param name="request_locale">en</s:param> </s:url> <s:a href="%{url}">English</s:a> </li> <li> - <s:url id="url" action="HelloWorld" includeContext="false"> + <s:url id="url" action="HelloWorld"> <s:param name="request_locale">es</s:param> </s:url> <s:a href="%{url}">Espanol</s:a>