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 Yariel, i's the standard behaviour of HTML input. See HTML sepcification at http://www.w3.org/TR/html4/interact/forms.html#h-17.12 You must not use disabled property but readonly property in your html input. Regards Angelo 2006/10/17, Yariel Ramos Moreno <[EMAIL PROTECTED]>: Hi all: I need