mirror of
https://github.com/apache/struts.git
synced 2026-08-06 07:06:58 +00:00
Adds BeanInfo to allow define class attribute in JSPs
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<s:url id="url" action="HelloWorld">
|
||||
<s:param name="request_locale">en</s:param>
|
||||
</s:url>
|
||||
<s:a href="%{url}">English</s:a>
|
||||
<s:a class="test" href="%{url}">English</s:a>
|
||||
</li>
|
||||
<li>
|
||||
<s:url id="url" action="HelloWorld">
|
||||
|
||||
Reference in New Issue
Block a user