struts newbie trying to get onboard

2001-05-04 Thread Procek, Brett
Hello all, this is my first posting. I'm trying to get onboard here with one of those simple login application I'm sure you've all seen. I've spent some time trying to get this to work. I went through all steps to install struts on my workstation for Tomcat 3.2.1 and verified them several

RE: struts newbie trying to get onboard

2001-05-04 Thread Deadman, Hal
PM To: [EMAIL PROTECTED] Subject: struts newbie trying to get onboard Hello all, this is my first posting. I'm trying to get onboard here with one of those simple login application I'm sure you've all seen. I've spent some time trying to get this to work. I went through all steps

Re: struts newbie trying to get onboard

2001-05-04 Thread Arlo Emerson
are your tld's in /WEB-INF/struts-form.tld or in /WEB-INF/TLDs/struts-form.tld? To: [EMAIL PROTECTED] cc: From: [EMAIL PROTECTED] Subject: struts newbie trying to get onboard Hello all, this is my first posting. I'm trying to get onboard here with one of those simple login application I'm

Re: struts newbie trying to get onboard

2001-05-04 Thread Donnie_Hall
) | | Subject: struts newbie trying to get onboard | | Hello all, this is my first posting. I'm trying to get onboard here with one of those simple login application I'm sure you've all seen

RE: struts newbie trying to get onboard

2001-05-04 Thread Procek, Brett
!/or g/apache/struts/resources/struts-config_1_0.dtd' New org.apache.struts.action.ActionMapping --- -Original Message- From: Deadman, Hal [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04, 2001 2:31 PM To: [EMAIL PROTECTED] Subject: RE: struts newbie trying to get onboard

Re: struts newbie trying to get onboard

2001-05-04 Thread tpeters
The sample application shows how to do a login. If you have that working, then you should be able to extract the needed code from there. If you go through the example you will see that there are several supporting classes for doing the login. One in paticular is the 'Constants.java' file which

RE: struts newbie trying to get onboard

2001-05-04 Thread Procek, Brett
] [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04, 2001 3:19 PM To: [EMAIL PROTECTED] Subject: Re: struts newbie trying to get onboard Don't include struts.jar in your classpath. Make sure that struts.jar is in your WEB-INF/lib directory. See http://www.husted.com/about/struts/threads.htm

RE: struts newbie trying to get onboard

2001-05-04 Thread Procek, Brett
Ok, what I did was simply remove the reference to the DTD in the struts-config.xml file. Now, the ActionServlet does load up. However, I am getting one more problem: javax.servlet.jsp.JspException: Cannot retrieve mapping for action /login at