Re: [S1] Disabled Input Box

2011-01-25 Thread Paweł Wielgus
Hi all, or read-only. Best greetings, Paweł Wielgus. 2011/1/21 Romman, Greg : > On Fri, Jan 21, 2011 at 3:53 PM, Anjib Mulepati wrote: > >> So what can be the options for me? > > Can you make it hidden instead of disabling it? > > Regards, > Greg > > --

RE: [S1] Disabled Input Box

2011-01-21 Thread Romman, Greg
On Fri, Jan 21, 2011 at 3:53 PM, Anjib Mulepati wrote: > So what can be the options for me? Can you make it hidden instead of disabling it? Regards, Greg -- This message and any attachments are intended only for the use of the

Re: [S1] Disabled Input Box

2011-01-21 Thread Dave Newton
On Fri, Jan 21, 2011 at 3:53 PM, Anjib Mulepati wrote: > So what can be the options for me? Default form values? (I think that's more or less what ActionForm.reset() is for, isn't it?) Dave

Re: [S1] Disabled Input Box

2011-01-21 Thread Paul Benedict
What do you mean? What options do you want? On Fri, Jan 21, 2011 at 2:53 PM, Anjib Mulepati wrote: > So what can be the options for me? > > > On 1/21/2011 3:46 PM, Paul Benedict wrote: > >> Per the HTML spec, disabled form controls are not submitted by the >> browser. >> This is not a limitation

Re: [S1] Disabled Input Box

2011-01-21 Thread Anjib Mulepati
So what can be the options for me? On 1/21/2011 3:46 PM, Paul Benedict wrote: Per the HTML spec, disabled form controls are not submitted by the browser. This is not a limitation of Struts. On Fri, Jan 21, 2011 at 2:42 PM, Anjib Mulepati wrote: Hi I have a query regarding the behaviour of S

Re: [S1] Disabled Input Box

2011-01-21 Thread Paul Benedict
Per the HTML spec, disabled form controls are not submitted by the browser. This is not a limitation of Struts. On Fri, Jan 21, 2011 at 2:42 PM, Anjib Mulepati wrote: > Hi > > I have a query regarding the behaviour of Strut's ActionForm. > > If we have disabled input box on the JSP page can Acti

[S1] Disabled Input Box

2011-01-21 Thread Anjib Mulepati
Hi I have a query regarding the behaviour of Strut's ActionForm. If we have disabled input box on the JSP page can ActionForm get the value of that box? Right now when I am debugging it is showing me null, I can get value for all other element on the form. Thanks Anjib -