-
>
> -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
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
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
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
4 matches
Mail list logo