You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "chadmichael@excite.com" <ch...@excite.com> on 2006/02/08 18:17:39 UTC

disabled form fields




I've got a form where a bunch of fields are disabled.  It appears that these disabled fields are not being autopopulated to my actionform.  Is this possible?  

_______________________________________________
Join Excite! - http://www.excite.com
The most personalized portal on the Web!



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: disabled form fields

Posted by Angelo zerr <an...@gmail.com>.
Hi,
yes it's normal. HTML input which are disabled can be not post by form. This
behaviour is not because of Struts
, with anywhere technologie (PHP, ...), HTML inputs which are disabled can
be not post by form.
See HTML specification at
http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.12.1

Angelo




2006/2/8, chadmichael@excite.com <ch...@excite.com>:
>
>
>
>
>
> I've got a form where a bunch of fields are disabled.  It appears that
> these disabled fields are not being autopopulated to my actionform.  Is this
> possible?
>
> _______________________________________________
> Join Excite! - http://www.excite.com
> The most personalized portal on the Web!
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>