On Thu, 22 Nov 2001, Raphael Mack wrote:
> Date: Thu, 22 Nov 2001 23:17:46 +0100
> From: Raphael Mack <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: Tomcat Users List <[EMAIL PROTECTED]>
> Subject: URL-rewriting for FORMS
>
> Hi,
>
> I use URL-rewriting for sessionm
Because the sevlet spec says to do so.
The reason why they defined it this way is unknown to me.
> -Ursprüngliche Nachricht-
> Von: Raphael Mack [mailto:[EMAIL PROTECTED]]
> Gesendet: Freitag, 23. November 2001 12:29
> An: Tomcat Users List
> Betreff: Re: Re : URL-rewr
Sorry, forgot this question:
if I want to pass a parameter to the "action" of the FORM, should I
write:
out.println("");
or
out.println("");
or a ';' instead of '&' or a ';' instead of '?'?
or should I insert a hidden formfield for this?
Thanks,
Rapha
--
procreo - Webseitenentwicklung und Ind
Thanks.
Am Freitag, 23. November 2001 08:48 schrieben Sie:
> if you want this encoded with your session
>
> you will have to:
> out.println(" response.encodeURL("./post-data-servlet") + "\">");
> the output will be::
>
is there a special reason why encodeURL appends ";jsessionid..." and
not
--
2001 Nov 23 - 08:57
Raphael Mack <[EMAIL PROTECTED]>
--
>
>Hi,
>
>I use URL-rewriting for sessionmanagement. What's best to include the
>sessio