On Mon, 2003-03-31 at 11:12, Gus Delgado wrote:
> Has anyone run with his/her Struts application and Nestcape 4.7. I have 
> a few textfields that once a button is click the text field go from 
> being enable to disable (read-only) it works great on IE 5.5 and 
> Netscape 6.0 but it seems that Netscape 4.7 does not understand the 
> disable=true attribute.  Any ideas?

Netscape 4.x does not support disabled fields.
If you must support that browser version, use html:hidden with the write
option:
 http://jakarta.apache.org/struts/userGuide/struts-html.html#hidden

> 
> Thanks
> Gus
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
James Mitchell
Software Developer/Struts Evangelist
http://www.open-tools.org




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to