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

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
I'm surprised it's working for 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]> wrote: > I've been looking into my problem some more, an

Re: Submitting form does nothing

2004-07-23 Thread Claire Suttle
I've been looking into my problem some more, and I seem to have found a more specific error now. I am fairly certain that all my paths are in place correctly - I haven't changed any of my directory structures, all I've done is change the compiler from Java1.3 to Java 1.4 and change Tomcat 3 to

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 > Java 1.3 / tomcat 3 to Java 1.4 / to