Re: "disabled" attribute on s:form not working

2009-04-24 Thread Dave Newton
Russell Neufeld wrote: Hi Dave, Thanks for the quick response. Sorry for the incorrect comparison. I'm porting a Struts 1 app to Struts 2, so I've got both frameworks on my mind. Ok, so the "disabled" attribute on the s:form tag doesn't act the same as S1. That's cool. Seems like

Re: "disabled" attribute on s:form not working

2009-04-24 Thread Russell Neufeld
Hi Dave, Thanks for the quick response. Sorry for the incorrect comparison. I'm porting a Struts 1 app to Struts 2, so I've got both frameworks on my mind. Ok, so the "disabled" attribute on the s:form tag doesn't act the same as S1. That's cool. Seems like the "disabled" attribute

Re: "disabled" attribute on s:form not working

2009-04-24 Thread Dave Newton
Russell Neufeld wrote: I set disabled="true" in an s:form tag, expecting the resulting form to be disabled (greyed out, unable to submit by clicking, etc...) however that appears not be working. I checked the HTML that Struts 2 produced and the "disabled" attribute doesn't show up. I'm usi