AW: AW: AW: HTTP POST request: maximum allowed data?

2001-11-15 Thread Ralph Einfeldt
Von: Sonia Galilea Varea [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 15. November 2001 13:52 > An: Tomcat Users List > Betreff: Re: AW: AW: HTTP POST request: maximum allowed data? > > > Hi Ralph, > > I don't understand your solution. I think WindowForm1 is &g

Re: AW: AW: HTTP POST request: maximum allowed data?

2001-11-15 Thread Sonia Galilea Varea
Hi Ralph, I don't understand your solution. I think WindowForm1 is the var which, in your javascript, you do: WindowForm1 = window.open(...); But if it's a javascript var, you cann't access to it like that. Also, what I have to do is: WindowForm1 = window.open(" --servlet call--"); I

AW: AW: HTTP POST request: maximum allowed data?

2001-11-15 Thread Ralph Einfeldt
Solution: ... > -Ursprüngliche Nachricht- > Von: Sonia Galilea Varea [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 15. November 2001 12:11 > An: Tomcat Users List > Betreff: Re: AW: HTTP POST request: maximum allowed data? > > > Hi Ralph, > > Sorry for not having exp

AW: AW: HTTP POST request: maximum allowed data?

2001-11-15 Thread Ralph Einfeldt
This won't work. Your form is perfoming a post, but your js function performs just a get: window.open("../servlet/myServlet?query="+document.form1.myQuery.value); This is always a GET, independent of the way you called it. > -Ursprüngliche Nachricht- > Von: Sonia Galilea Varea [mailt