Re: Submitting form does nothing

2004-07-27 Thread Craig McClanahan
On Tue, 27 Jul 2004 09:12:21 -0700, Claire Suttle <[EMAIL PROTECTED]> wrote: > 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)

Re: Submitting form does nothing

2004-07-27 Thread Michael McGrady
Claire, If you like, send the code to my personal email, [EMAIL PROTECTED], and let me have a looksee. Please send your struts-config.xml and web.xml as well as the pages and associated code. Michael At 09:12 AM 7/27/2004, you wrote: Hi Craig, > > The only thng I can think of that would cause t

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

Re: Submitting form does nothing

2004-07-26 Thread Craig McClanahan
On Thu, 22 Jul 2004 13:17:05 -0700, Claire Suttle <[EMAIL PROTECTED]> wrote: > 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 ju

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 Jim Barrows
> -Original Message- > From: Claire Suttle [mailto:[EMAIL PROTECTED] > Sent: Monday, July 26, 2004 2:33 PM > To: Struts Users Mailing List > Subject: Re: Submitting form does nothing > > > I just downloaded the source code, and stepped through it. I > se

Re: Submitting form does nothing

2004-07-26 Thread Claire Suttle
ystem. > > > > > > Either way, on tomcat3/java1.3: > > > and > > > > > > > > > expands to > > > action="/NewProjectID.do"> > > > > > > and on tomcat5/java1.4 > > > and > > > > &g

RE: Submitting form does nothing

2004-07-26 Thread Jim Barrows
> -Original Message- > From: Claire Suttle [mailto:[EMAIL PROTECTED] > Sent: Monday, July 26, 2004 12:07 PM > To: Struts Users Mailing List > Subject: Re: Submitting form does nothing > > > > http://newprojectid.do > > instead of > >

Re: Submitting form does nothing

2004-07-26 Thread Claire Suttle
ands to > > > > > > and on tomcat5/java1.4 > > and > > > > > > expands to > > > > > > Claire > > > > - Original Message - > > From: "Hubert Rabago" <[EMAIL PROTECTED]> > > To:

RE: Submitting form does nothing

2004-07-23 Thread Jim Barrows
> -Original Message- > From: Claire Suttle [mailto:[EMAIL PROTECTED] > Sent: Friday, July 23, 2004 4:48 PM > To: Struts Users Mailing List > Subject: Re: Submitting form does nothing > > > Thanks for your help, Hubert > > > > Where all the

Re: Submitting form does nothing

2004-07-23 Thread Claire Suttle
> > and > > > > > > expands to > > > > > > Claire > > > > - Original Message - > > From: "Hubert Rabago" <[EMAIL PROTECTED]> > > To: "Struts Users Mailing List"

Re: Submitting form does nothing

2004-07-23 Thread Hubert Rabago
t5 system. > > Either way, on tomcat3/java1.3: > and > > > expands to > > > and on tomcat5/java1.4 > and > > > expands to > > > Claire > > - Original Message - > From: "Hubert Rabago" <[EMAIL PROTECTED]> >

Re: Submitting form does nothing

2004-07-23 Thread Claire Suttle
nd expands to Claire - Original Message - From: "Hubert Rabago" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, July 23, 2004 3:50 PM Subject: Re: Submitting form does nothing > I'm surprised it's working for

Re: Submitting form does nothing

2004-07-23 Thread Hubert Rabago
property - and then obviously > it can't find the right action in my struts-config file. > > However, I have no idea what could be causing this...does anyone have any > ideas? > > Thanks, Claire > > - Original Message - > From: Claire Suttle > To: [EM

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

RE: Submitting form does nothing

2004-07-22 Thread Jim Barrows
> -Original Message- > From: Claire Suttle [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 22, 2004 1:18 PM > To: [EMAIL PROTECTED] > Subject: Submitting form does nothing > > > Hi, > > I am working on moving our current struts based server from >

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