On 27/04/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote:
Put disabled in the fields instead of in the form.
That's no good for me. If you click on a field within a disabled form, the onclick() event is triggered, but if you leave the form active and disable each field individually the onclick() event does not fire. I need to responsd to the onclick() event to make that form the "active form" for the page. I can work around it by calling document.forms[].disabled="true" for each form on the page in a script called from the body onload() event but I was wondering why the s:form tag doesn't appear to support the disabled attribute. Regards Roger --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]