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.

Re: Hidden form fields not found in request

2007-10-26 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool application server --- Hi there What I suggest you do is get FireFox

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 page gets

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 Ashok Venkat
Subject: Re: Hidden 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 are not available

Re: Hidden form fields not found in request

2007-10-26 Thread David kerber
Propes, Barry L wrote: I wonder if the name or value params require double quotes? I seem to have had a similar issue one time. That would be the first thing to try; I *always* use them for the name and value attributes... -Original Message- From: Ashok Venkat [mailto:[EMAIL

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 http://getahead.org/dwr -- Hassan Schroeder