Re: Action class defined in action-mappings not being executed - without 2mb webapp source

2005-05-29 Thread Martin Gainty
independently What does the logs say? Martin- - Original Message - From: "Robbie Anonymous" <[EMAIL PROTECTED]> To: Sent: Sunday, May 29, 2005 3:01 AM Subject: Action class defined in action-mappings not being executed - without 2mb webapp source Hi, The Action cla

RE: Action class defined in action-mappings not being executed - without 2mb webapp source

2005-05-29 Thread David G. Friedman
ous [mailto:[EMAIL PROTECTED] Sent: Sunday, May 29, 2005 6:52 AM To: Struts Users Mailing List Subject: RE: Action class defined in action-mappings not being executed - without 2mb webapp source I fixed the dtd to be struts 1.2 as thats the version of my struts.jar (Struts 1.2.4). http://stru

RE: Action class defined in action-mappings not being executed - without 2mb webapp source

2005-05-29 Thread Robbie Anonymous
lt;[EMAIL PROTECTED]> To: "Struts Users Mailing List" Subject: RE: Action class defined in action-mappings not being executed - without 2mb webapp source Date: Sun, 29 May 2005 03:15:07 -0400 > > Robbie, > > I see you are using Struts v1.1 (your included DTD l

RE: Action class defined in action-mappings not being executed - without 2mb webapp source

2005-05-29 Thread David G. Friedman
Robbie, I see you are using Struts v1.1 (your included DTD lists it as such) so are you using execute() or perform()? What is your Action method's signature? Regards, David - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Action class defined in action-mappings not being executed - without 2mb webapp source

2005-05-29 Thread Robbie Anonymous
Hi, The Action class defined in my action-mappings not being executed. I know its not being executed as I made the execute window pop up a swing window on the server and it did not. When I click submit on contactUs.jsp, instead of an object com.devfirm.actions.AddContactUs being instantaniated a