Re: Mapping disabled form fields

2006-10-17 Thread Angelo zerr
Hi Yariel, I know this problem, you can generate an input hidden with value of checkbox (to get value off the checkbox after a post) and generate the radio with disabled property (for display). For this case, you must manage two html fields in your JSP. Morever if you want mange html select, the p

Re: Mapping disabled form fields

2006-10-17 Thread Angelo zerr
Hi all: I need to put some disabled form fields into my page. When I fill the components with the server data, not problem, everything goes well. But, when I submit the form the values of those components are not mapped to the ActionForm (it's value is the default one). What can I do to

Mapping disabled form fields

2006-10-16 Thread Yariel Ramos Moreno
Hi all: I need to put some disabled form fields into my page. When I fill the components with the server data, not problem, everything goes well. But, when I submit the form the values of those components are not mapped to the ActionForm (it's value is the default one). What can I do to

Mapping disabled form fields

2006-10-16 Thread Yariel Ramos Moreno
Hi all: I need to put some disabled form fields into my page. When I fill the components with the server data, not problem, everything goes well. But, when I submit the form the values of those components are not mapped to the ActionForm (it's value is the default one). What can I do to

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

disabled form fields

2006-02-08 Thread [EMAIL PROTECTED]
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! ---