Re: Problems on disabling inputs

2004-08-15 Thread Erik Weber
There is also the readonly attribute to html:text. Erik Leandro Melo wrote: I don't get exception Mike, i just get the following on my page (viewing source from the browser). instead of getting this. Then, when the user submits the data, my ActionForm understands that the input "test" is equals("

Re: Problems on disabling inputs

2004-08-15 Thread Leandro Melo
I don't get exception Mike, i just get the following on my page (viewing source from the browser). instead of getting this. Then, when the user submits the data, my ActionForm understands that the input "test" is equals(""). So, it returns some action errors. --- Mike Deegan <[EMAIL PROTEC

Re: Problems on disabling inputs

2004-08-15 Thread Jason King
This is an HTML-HTTP thing not a Struts thing. Disabled input elements aren't included in the get/post, just like unchecked check boxes. Mike Deegan wrote: Not sure the exact error you are getting, but I had a similar and going from memory ... when using the tag with disable="true" for a proper

Re: Problems on disabling inputs

2004-08-15 Thread Mike Deegan
Not sure the exact error you are getting, but I had a similar and going from memory ... when using the tag with disable="true" for a property I had to also code a for the property being disabled not sure if this will solve you problem - a dump of the exact exception you are getting may shed more