RE: Can't load action classes (solution)

2001-07-26 Thread Ethan D. Frolich
Damnbeat me to it. I was just writing up the same explanation. :) -Original Message- From: Patrick Coskren [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 26, 2001 5:44 PM To: [EMAIL PROTECTED] Subject: Re: Can't load action classes (solution) Hi, all. I posted the followi

RE: Can't load action classes (solution)

2001-07-30 Thread Ethan D. Frolich
Oops! Posted to the wrong place. Thanks Patrick! I just came up with another potential fix as well. I've been trying to use Struts within the JBuilder5 IDE. JBuilder automatically includes the struts.jar when compiling and executing, so the issue of having struts on the CLASSPATH when executi

RE: Struts w/JBuilder 5

2001-07-30 Thread Ethan D. Frolich
Another thing I found (as I mentioned in 'RE: Can't load action classes (solution)') was that using the tag web.xml file to make sure the struts ActionServlet is loaded first seems to help. Something like: action org.apache.struts.action.ActionServlet config /WEB-INF/s

RE: Struts w/JBuilder 5

2001-07-30 Thread Ethan D. Frolich
ar from the required libraries of your project -- this will guarantee that the struts library will be loaded by Tomcat instead of by Java's ClassLoader. Ethan -Original Message----- From: Ethan D. Frolich Sent: Monday, July 30, 2001 11:09 AM To: [EMAIL PROTECTED] Subject: RE: Struts w/J

Re: ActionForm and reset method question

2001-08-28 Thread Ethan D. Frolich
I've been working on this one, too, but on a slightly different tack. I'm creating a page to do administrative work (add/edit/delete users) and I want to go back to the edit page if the user forgets to fill in some required field. Not necessary sharing a form between different JSPs, but shared w