You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Mark Davidson <MD...@2wire.com> on 2001/04/10 04:51:51 UTC

RE: BaseFieldTag

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
mdavidson@2wire.com

> -----Original Message-----
> From: Craig R. McClanahan [mailto:Craig.McClanahan@eng.sun.com]
> Sent: Thursday, March 22, 2001 11:55 AM
> To: struts-dev@jakarta.apache.org
> Subject: Re: BaseFieldTag
> 
> 
> markus@pallo.de 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
> 
>