Regarding length of URL, you might want to refer the following for IE: http://support.microsoft.com/default.aspx?scid=KB;EN-US;q208427
> -----Original Message----- > From: Tedi Zanfolim [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 30, 2002 1:10 PM > To: JDJList > Subject: [jdjlist] JSP parameters > > > Hi Guys, > > I am pretty new to developing in the Web tier of > the J2EE and I was wondering about the following: > > - I can invoke a JSP from a Servlet, redirecting the > the response page from the sevlet, and pass to it the > result of an internal processing, something like this: > > redirect("test.jsp" + "?xml=" + myProcessingResult); > > I think there is a limitation on the length of the URL > that can be composed this way, that is, all the string > passed as a parameter to 'redirect' must be no longer > than 240 characters. > > Could someone tell me if this is true or not? > > Thanks in advance, > > tiz > > __________________________________________________ > Do You Yahoo!? > Yahoo! Health - Feel better, live better http://health.yahoo.com > > To change your membership options, refer to: > http://www.sys-con.com/java/list.cfm > To change your membership options, refer to: http://www.sys-con.com/java/list.cfm
