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: Submitting form does nothing

2004-07-27 Thread Claire Suttle
Hi Craig, > > The only thng I can think of that would cause the symptoms you > describe is if the URLs with which the forms are being submitted are > either incorrect (not mapping to the Struts servlet at all), or are > somehow not mapping to the correct action. Have you double checked > the HTML

Submitting form does nothing

2004-07-26 Thread Claire Suttle
Hi, I am working on moving our current struts based server from Java 1.3 / tomcat 3 to Java 1.4 / tomcat 5. The forms that were working before do not seem to be working now - when I hit the submit button, I just get forwarded to a blank page. My action classes are not hit. I extended the Action

Re: Submitting form does nothing

2004-07-26 Thread Claire Suttle
never hit - it > doesn't even get to > this point. > > > -> What version of Struts are you using? > > I'm using Struts 1.1 > > > -> Are the fields showing up properly? [Actual question here is: Is > Struts > > really finding your Action/ActionF

Re: Submitting form does nothing

2004-07-26 Thread Claire Suttle
ctly?] Yes, on the pages that work, it is. For example - on the page before the one that fails, I do have some form fields that a pre-populated, and that data is shown correctly. thanks, Claire > > --- Claire Suttle <[EMAIL PROTECTED]> wrote: > > Yeah, I've actually alread

Re: Submitting form does nothing

2004-07-23 Thread Claire Suttle
on the page before the one that fails, I do have some form fields that a pre-populated, and that data is shown correctly. thanks, Claire > > --- Claire Suttle <[EMAIL PROTECTED]> wrote: > > Yeah, I've actually already tried adding the slash into the html:form tag. > > It doe

Re: Submitting form does nothing

2004-07-23 Thread Claire Suttle
some of them. Probably just coincidence. > AFAIK, when you specify an action, you should include the "/" that comes > before the action name. > > > > > > > should be > > > > > > > Hubert > > --- Claire Suttle <[EMAIL PROTECTED

Re: Submitting form does nothing

2004-07-23 Thread Claire Suttle
However, I have no idea what could be causing this...does anyone have any ideas? Thanks, Claire - Original Message - From: Claire Suttle To: [EMAIL PROTECTED] Sent: Thursday, July 22, 2004 1:17 PM Subject: Submitting form does nothing Hi, I am working on moving our current struts

Submitting form does nothing

2004-07-22 Thread Claire Suttle
Hi, I am working on moving our current struts based server from Java 1.3 / tomcat 3 to Java 1.4 / tomcat 5. The forms that were working before do not seem to be working now - when I hit the submit button, I just get forwarded to a blank page. My action classes are not hit. I extended the Action