[EMAIL PROTECTED] wrote:
> Hello,
>
> first of all, i am working with struts framework and its a great thing.
>
> I have changed the BaseFieldTag for supporting the readonly attribute in
> <html:text> elements. If you want, i can send the changes to you.....
>
> Markus Pallo
Sorry for the late response ... email issues.
In the HTML 4.01 spec, the "readonly" attribute is only defined on the
<textarea> element, so I am reluctant to add it to <html:text> (which
generates an <input> element).
In 4.01, however, there is a "disabled" attribute on most of the tags of
interest. Do enough browsers support this that it would be worth
implementing?
Craig