Re: URL-rewriting for FORMS

2001-11-24 Thread Craig R. McClanahan
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 &g

AW: URL-rewriting for FORMS

2001-11-23 Thread Ralph Einfeldt
ata-servlet") + "?cmd=insert" + "\"" > -Ursprüngliche Nachricht- > Von: Raphael Mack [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 23. November 2001 12:34 > An: Tomcat Users List > Betreff: Re: URL-rewriting for FORMS > > &

AW: Re : URL-rewriting for FORMS

2001-11-23 Thread Ralph Einfeldt
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

Re: URL-rewriting for FORMS

2001-11-23 Thread Raphael Mack
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

Re: Re : URL-rewriting for FORMS

2001-11-23 Thread Raphael Mack
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

AW: URL-rewriting for FORMS

2001-11-23 Thread Ralph Einfeldt
ber 2001 23:18 > An: Tomcat Users List > Betreff: URL-rewriting for FORMS > > > Hi, > > I use URL-rewriting for sessionmanagement. What's best to include the > sessionid in a FORM? create a hidden field jsessId or to set > action to > s. th. like httpServl

Re : URL-rewriting for FORMS

2001-11-23 Thread tomcat
-- 2001 Nov 23 - 08:57 Raphael Mack <[EMAIL PROTECTED]> -- > >Hi, > >I use URL-rewriting for sessionmanagement. What's best to include the >sessio

URL-rewriting for FORMS

2001-11-22 Thread Raphael Mack
Hi, I use URL-rewriting for sessionmanagement. What's best to include the sessionid in a FORM? create a hidden field jsessId or to set action to s. th. like httpServletResponse.encodeURL("?")? What should ? be? thanks, Raphael -- procreo - Webseitenentwicklung und Individualsoftwarelösungen