Is there a global way to explicitly set or override *html *(non-CSS)
attributes on tapestry components like textfield and textarea?

For instance, in one particular app, I have to override almost all of my
components with t:Parameters that define slightly custom sizes for these:

textfield: size="106" maxlength="105"
textarea: cols="80" rows="4"

But in my case, these custom sizes apply to 90% of the fields in the 15
forms.

-Luther

Reply via email to