I was going back through the list and found this thread... my question is
this: is readonly supported NOW for textareas? There's no mention of it in
the current documentation, and I didn't see it defined in the .tld for the
HTML tags. We're using 1.0b1 here.
Thanks.
Mark
[EMAIL PROTECTED]
> -----Original Message-----
> From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 22, 2001 11:55 AM
> To: [EMAIL PROTECTED]
> Subject: Re: BaseFieldTag
>
>
> [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
>
>