Re: form tag and root context isssue

2004-08-02 Thread Ruth, Brice
This does not define a context to be the 'default' or "root" context, just as a piece of information. Paul Thomas wrote: On 29/07/2004 16:30 Claire Suttle wrote: Hi! I'm having the exact same problem as you! I know it's no help, but it's nice to know that someone else is having the same problem..

Re: form tag and root context isssue

2004-08-02 Thread Paul Thomas
On 29/07/2004 16:30 Claire Suttle wrote: Hi! I'm having the exact same problem as you! I know it's no help, but it's nice to know that someone else is having the same problem... > In the context file you deploy to conf/Catalina/localhost, the path > should still be "", just as it was before. You no

Re: form tag and root context isssue

2004-07-29 Thread Craig McClanahan
On Thu, 29 Jul 2004 21:30:33 + (UTC), Ludovic Bailly <[EMAIL PROTECTED]> wrote: > It is simple and solves the issue. > Do you think doing this is bad ? > Unfortunately yes, because a context path of "/" violates the servlet specification. > > > Thanks, > > Ludo. > Craig --

Re: form tag and root context isssue

2004-07-29 Thread Ludovic Bailly
Craig McClanahan gmail.com> writes: > For Tomcat specifically, the context path "ROOT" is treated as a magic > name that corresponds to the root web application. Note that you'll > have to remove the webapps/ROOT directory, because that's where the > root webapp shipped with Tomcat lives. You c

Re: form tag and root context isssue

2004-07-29 Thread Ludovic Bailly
Ruth, Brice fiskars.com> writes: > In the context file you deploy to conf/Catalina/localhost, the path > should still be "", just as it was before. You now have it set to "/" > which is why you get a '//' in your action. I'm agree with you but it's not something I can do easily. I'm trying IB

Re: form tag and root context isssue

2004-07-29 Thread Craig McClanahan
On Thu, 29 Jul 2004 08:30:45 -0700, Claire Suttle <[EMAIL PROTECTED]> wrote: > Hi! > > I'm having the exact same problem as you! I know it's no help, but it's nice > to know that someone else is having the same problem... > > > > In the context file you deploy to conf/Catalina/localhost, the pat

Re: form tag and root context isssue

2004-07-29 Thread Claire Suttle
Hi! I'm having the exact same problem as you! I know it's no help, but it's nice to know that someone else is having the same problem... > In the context file you deploy to conf/Catalina/localhost, the path > should still be "", just as it was before. You now have it set to "/" > which is why yo

Re: form tag and root context isssue

2004-07-29 Thread Ruth, Brice
In the context file you deploy to conf/Catalina/localhost, the path should still be "", just as it was before. You now have it set to "/" which is why you get a '//' in your action. Ludovic Bailly wrote: Hi, My web app is running under tomcat 5.0/struts 1.21. It was deployed in webapps/ROOT. Al