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:
Rainer Hermanns
2006-11-15 19:32:30 +00:00
parent 4d092362ba
commit b80324e323
@@ -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>