Re: Which Version of J2EE with Struts?

2005-04-10 Thread Dom Incollingo
pecified in the interface that it implements. Dom David G. Friedman wrote: Dom, It sounds like you need servlet.jar in your CLASSPATH or build path. Have you verified it is in the build/ant/CLASSPATH for compilation? Regards, David -Original Message- From: Dom Incollingo [mailto:[EMAIL

Which Version of J2EE with Struts?

2005-04-09 Thread Dom Incollingo
Hello, Is Struts compatible with J2EE 1.4? I'm using Struts 1.2.4 with J2EE 1.4. I cannot compile Struts class MultipartRequestWrapper (it implements HttpServletRequest), because it does not implement four abstract methods added to the HttpServletRequest interface in J2EE 1.4. Should I be us

Re: Form Submitted Twice

2005-04-03 Thread Dom Incollingo
s null you will pass to Action.execute HTH, Martin- - Original Message ----- From: "Dom Incollingo" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Sunday, April 03, 2005 7:30 PM Subject: Re: Form Submitted Twice Martin, My ActionForm subclasses the str

Re: Form Submitted Twice

2005-04-03 Thread Dom Incollingo
ssage - From: "Dom Incollingo" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Sunday, April 03, 2005 4:25 PM Subject: Re: Form Submitted Twice Martin, Thanks very much for the info. I've tried to follow this pattern, both in the servlet-mapping in

Re: Form Submitted Twice

2005-04-03 Thread Dom Incollingo
ion is called ONLY if the ActionForm (UserForm) validates (returns no ActionError objects). Makes sense? Martin- - Original Message ----- From: "Dom Incollingo" <[EMAIL PROTECTED]> To: "Struts User" Sent: Saturday, April 02, 2005 6:34 PM Subject: Form Submitted Twice Hell

Form Submitted Twice

2005-04-02 Thread Dom Incollingo
Hello, I'm using Struts 1.2.4 (along with the validator framework), and I've noticed that for my forms that do a Post, the action class is executed twice. I put log statements in my Action class, in the validator classes, in the Struts ActionServlet, and in the JSP to try to figure out what is