Adds BeanInfo to allow define class attribute in JSPs

This commit is contained in:
Lukasz Lenart
2014-09-23 23:02:31 +02:00
parent 3b9d58614f
commit 587e3a41b1
8 changed files with 89 additions and 8 deletions
@@ -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">