Hallo,

I have submitted some patches to bugzilla for struts html taglib to support
additional attributes (like
wrap for textarea).

<html:textarea name="test">
  <html:attribute name="wrap" value="hard"/>
</html:textarea>

results to

<textarea name="test" wrap="hard">

Please check and comment.

Sven

Reply via email to