mirror of
https://github.com/apache/struts.git
synced 2026-08-07 07:37:20 +00:00
Added missing closing tag
o backport from WW 2.2.3/2.2.4 Issue Number: WW-1349 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@442943 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -6,7 +6,7 @@ Here you'll find examples of what is possible with the Struts Portlet integratio
|
||||
<li><a href="<s:url action="formExample"/>">A simple form</a></li>
|
||||
<li><a href="<s:url action="validationExample"/>">Validation</a></li>
|
||||
<li><a href="<s:url action="tokenExample"/>">Token</a></li>
|
||||
<li><a href="<s:url action="springExample"/>">Spring integration</li>
|
||||
<li><a href="<s:url action="springExample"/>">Spring integration</a></li>
|
||||
<li><a href="<s:url action="ajaxExample"/>">Ajax</a></li>
|
||||
<li><a href="<s:url action="freeMarkerExample"/>">FreeMarker</a></li>
|
||||
<li><a href="<s:url action="velocityHelloWorld"/>">Velocity</a></li>
|
||||
|
||||
Reference in New Issue
Block a user