Re: disabled form fields

2006-02-08 Thread [EMAIL PROTECTED]
:54:42 +0100 Subject: Re: disabled form fields Hi,yes it's normal. HTML input which are disabled can be not post by form. Thisbehaviour is not because of Struts, with anywhere technologie (PHP, ...), HTML inputs which are disabled canbe not post by form.See HTML specification athttp://www.w3

Re: disabled form fields

2006-02-08 Thread Angelo zerr
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