Title: Input taglib: proposed enhancement

Hi all,

I have found the following enhancement to the input taglib quite useful. It simplifies the addition of attributes to the <input> tags by adding a tag attribute called "attributesText", this is a text string that is just added verbatim into the <input> tag when it is output.

eg.

<input:text name="familyName" attributesText='size="20" maxlength="20" class="inputgrey"'/>

I have already made the patches (very simple) to the source and can send to someone if interested?
let me know

kind regards,
k@rl

Reply via email to