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

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

Is anyone aware of a shortcut so that I can eliminate the redundancy? It would be nice if there was something like:

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

that would accomplish a similar thing. Anyone else running into this inefficiency?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to