mirror of
https://github.com/apache/struts.git
synced 2026-08-31 19:35:40 +00:00
struts2-blank app
o fixing action tags to not include context Issue Number: WW-1483 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@475375 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -11,13 +11,13 @@
|
||||
<h3>Languages</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<s:url id="url" action="HelloWorld">
|
||||
<s:url id="url" action="HelloWorld" includeContext="false">
|
||||
<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">
|
||||
<s:url id="url" action="HelloWorld" includeContext="false">
|
||||
<s:param name="request_locale">es</s:param>
|
||||
</s:url>
|
||||
<s:a href="%{url}">Espanol</s:a>
|
||||
|
||||
Reference in New Issue
Block a user