Re: Problem with starting the samplecode-urgent help

2004-12-14 Thread Antony Paul
- > > -Original Message----- > From: Sebastián Gorgo [mailto:[EMAIL PROTECTED] > Sent: Monday, December 13, 2004 12:52 PM > To: Struts Users Mailing List > Subject: Re: Problem with starting the samplecode-urgent help > > You

RE: Problem with starting the samplecode-urgent help

2004-12-13 Thread S.B.
Struts Users Mailing List Subject: Re: Problem with starting the samplecode-urgent help You must change "strutsTutorial.UserRegistrationAction" to "StrutsTutorial.UserRegistrationAction". Its case-sensitive. S.B. wrote: > I have a created a subclass of Action, called U

Re: Problem with starting the samplecode-urgent help

2004-12-13 Thread Sebastián Gorgo
You must change "strutsTutorial.UserRegistrationAction" to "StrutsTutorial.UserRegistrationAction". Its case-sensitive. S.B. wrote: I have a created a subclass of Action, called UserRegistrationAction: package StrutsTutorial; import javax.servlet.http.HttpServletRequest; import javax.servlet.http

Problem with starting the samplecode-urgent help

2004-12-13 Thread S.B.
I have a created a subclass of Action, called UserRegistrationAction: package StrutsTutorial; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.struts.action.Action; import org.apache.struts.action.ActionForm; import org.apache.struts.ac