UI Tag Shortcuts (key shortcut in place of name, value, and label)
------------------------------------------------------------------

                 Key: WW-1458
                 URL: http://issues.apache.org/struts/browse/WW-1458
             Project: Struts 2
          Issue Type: New Feature
          Components: Views
    Affects Versions: 2.0.1
            Reporter: David H. DeWolf
         Attachments: uitag-key-shortcuts.patch

I'm finding that I use something similar to this very often:

<@s.textfield name="user.userName"
               value="%{user.userName}"
               label="%{getText('user.userName')}"/>

it would be nice (per the discussion on the user list), to be able to do 
something like this instead:

     <@s.textfield key="user.userName"/>

Discussed: 
http://mail-archives.apache.org/mod_mbox/struts-user/200609.mbox/raw/[EMAIL 
PROTECTED]

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to