Re: Hidden form fields not found in request

2007-10-26 Thread Hassan Schroeder
On 10/26/07, Ashok Venkat <[EMAIL PROTECTED]> wrote: > I want to save the dimensions. After the form is posted i call a servlet to > save the dimensions. I will look into using Ajax. For something like this, check out DWR -- Direct Web Remoting -- at -- Hassan Schroed

Re: Hidden form fields not found in request

2007-10-26 Thread David kerber
PROTECTED] Sent: Thursday, October 25, 2007 9:50 PM To: users@tomcat.apache.org Subject: Hidden form fields not found in request Hello, In the below code, i am submitting a form to itself in the onload method and changing some hidden form field values. After the form is submitted, the hidden

Re: Hidden form fields not found in request

2007-10-26 Thread Ashok Venkat
n form fields not found in request Ognjen Blagojevic wrote: > Hi Ashok, > > Ashok Venkat wrote: >> In the below code, i am submitting a form to itself in the onload >> method and changing some hidden form field values. After the form is >> submitted, the hidden values

RE: Hidden form fields not found in request

2007-10-26 Thread Propes, Barry L
I wonder if the name or value params require double quotes? I seem to have had a similar issue one time. -Original Message- From: Ashok Venkat [mailto:[EMAIL PROTECTED] Sent: Thursday, October 25, 2007 9:50 PM To: users@tomcat.apache.org Subject: Hidden form fields not found in request

Re: Hidden form fields not found in request

2007-10-26 Thread Pid
Ognjen Blagojevic wrote: > Hi Ashok, > > Ashok Venkat wrote: >> In the below code, i am submitting a form to itself in the onload >> method and changing some hidden form field values. After the form is >> submitted, the hidden values are not available in the request >> object.As a result, the pag

Re: Hidden form fields not found in request

2007-10-26 Thread Johnny Kewl
4:49 AM Subject: Hidden form fields not found in request Hello, In the below code, i am submitting a form to itself in the onload method and changing some hidden form field values. After the form is submitted, the hidden values are not available in the request object.As a result, the p

Re: Hidden form fields not found in request

2007-10-26 Thread Ognjen Blagojevic
Hi Ashok, Ashok Venkat wrote: In the below code, i am submitting a form to itself in the onload method and changing some hidden form field values. After the form is submitted, the hidden values are not available in the request object.As a result, the page gets into an endless loop. Interestin

Hidden form fields not found in request

2007-10-25 Thread Ashok Venkat
Hello, In the below code, i am submitting a form to itself in the onload method and changing some hidden form field values. After the form is submitted, the hidden values are not available in the request object.As a result, the page gets into an endless loop. Thanks for any help Code: /