The disabled attribute sounds best if enought browsers
support it, but if they don't what if readonly wasn't
an html attribute, but a Struts one and if it was
'true' the field could written out as text?  I don't
know know if this has already been suggested or not.

David

--- "Craig R. McClanahan"
<[EMAIL PROTECTED]> wrote:
> [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
> 
> 


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

Reply via email to