Hi,
I'm looking for a simple example on how to extend the textfield tag to
only allow for certain input and display the value in a certain form
when the field is initially displayed.

So the plugin handles the input validation via a specified attribute,
and the output formatting according to another attribute.
E.g.

  <s:mytextfield name="userName" input="^(?:AFX-)?[a-zA-Z]+$"
output="%(name)"  />

If you have or know where to find such and example, please let me know.

Thanks :)



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to