|
[
Permlink
| « Hide
]
David H. DeWolf added a comment - 28/Sep/06 02:16 AM
Implements the new feature which allows a key attribute to be specified in place of the name, value, and label attributes on ui tags.
Commited to svn with revision 474574 and 474579
The key attribute should also work with buttons
- <s:submit value="%{getText('button.save')}"/> + <s:submit key="button.save"/> - <s:reset value="%{getText('button.reset')}"/> + <s:reset key="button.reset"/> |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||