RE: Can't find my classes.

2002-10-16 Thread Ortega, Carlos
: Gekka [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 11:37 AM To: [EMAIL PROTECTED] Subject: RE: Can't find my classes. I accidentally deleted the last mail, Greg, but I've upgraded to struts 1.1b2 now, rebuilt the application, cleared caches and the works. Still the same error. Maybe

RE: Can't find my classes.

2002-10-16 Thread Greg.Reddin
Here's an interesting twist. When you type the .do URL for this form into the browser (i.e. http://localhost/yourapp/Logon.do) The page will load and you will be able to log in (at least it works for me). Of course, when the page comes up you'll get validation errors on the logon page

RE: Can't find my classes.

2002-10-15 Thread Gekka
I accidentally deleted the last mail, Greg, but I've upgraded to struts 1.1b2 now, rebuilt the application, cleared caches and the works. Still the same error. Maybe the debug output from struts might help: --- Orion/1.5.2 initialized register('-//Apache Software

RE: Can't find my classes.

2002-10-15 Thread Greg.Reddin
Does your LogonForm class have a default constructor? Maybe you could post the code for that. I assume you've gotten the Struts example apps to run? Greg -Original Message- From: Gekka [mailto:[EMAIL PROTECTED]] Sent: Monday, October 14, 2002 5:03 PM To: [EMAIL PROTECTED]

RE: Can't find my classes.

2002-10-15 Thread Gekka
Yeah, I've got the example apps running. Didn't have a default constructor, but it didn't help after I added one. The code for my LogonForm is: --- package form; import org.apache.struts.action.*; import javax.servlet.http.*; import java.util.Date; public class