Thanks for the answer, and sorry if this is too
simple, but how could I POST to the JSP in a way
similar to the one I described earlier, that is,
inside a Servelet I have the JSP address and the
return XML and I want to do:
redirect("test.jsp");
Were should I set the XML contents that the JSP can
read it?
Again, tanks a lot
Tedi
--- Jason Kilgrow <[EMAIL PROTECTED]> wrote:
> That is true. Doing it the way that you have
> described limits you to
> a certain size. However, I do not know what that
> size is. Personally,
> I never use gets. I always have used posts. Frankly,
> I'm not sure why
> you would want to use a get instead of a post. But
> the point is that
> you are correct that you are limited to a certain
> size. I'm sure
> someone else on the list will know exactly what that
> size is.
> --- Tedi Zanfolim <[EMAIL PROTECTED]> wrote:
> > 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
>
>
> __________________________________________________
> 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
__________________________________________________
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