I must be missing something. I am trying to use a FormPanel to do a GET request on an existing CGI script. I need to pass query string values to the script. My understanding of FormPanel suggests that any of the recognized form elements (textBox, listBox, Hidden, etc) that exist within the FormPanel will have their values sent along with the form on submit.
Should FireBug be able to see this query string in the request headers? This is FireFox 3.5.7 running on the latest or very recent fully up to date Ubunto and the most recent FireBug updates. So, what am I seeing in FireBug? I see the general request appear. I can look at the result and I can see the headers. Specifically: Response Headersview source Date Fri, 29 Jan 2010 16:22:29 GMT Server Apache/2.2.3 (Red Hat) Content-Length 13080 Keep-Alive timeout=60, max=95 Connection Keep-Alive Content-Type text/plain; charset=ISO-8859-1 Content-Language en Request Headers Host my.domain.com User-Agent Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.7) Gecko/ 20100106 Ubuntu/9.10 (karmic) Firefox/3.5.7 FirePHP/0.4 Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language en-us,en;q=0.5 Accept-Encoding gzip,deflate Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive 300 Connection keep-alive Content-Type application/x-www-form-urlencoded Referer https://my.domain.com/my/app/AB69D64E95C1AC334C748E2CA6CA570F.cache.html -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
