How to start the application?

2004-12-31 Thread S.B.
I am about to start building a new application. I have a html mockup page. What's the initial steps to build the applications considering that page? What classes/do I need to start? Any suggestions? - To unsubscribe, e-mail: [E

RE: Book/on-line examples

2004-12-13 Thread S.B.
I am not able to follow the userregistration.do example on it. I am having problems. Please check the thread from me put recently. If you could please let me know what could be wrong? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, December 13, 2004 1:4

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

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

RE: Cannot find ActionMappings or ActionFormBeans collection

2004-12-13 Thread S.B.
ActionFormBeans collection I am putting my jsp's under tomcat\jg1\articles\*.jsp Uma -Original Message- From: S.B. [mailto:[EMAIL PROTECTED] Sent: Monday, December 13, 2004 7:51 PM To: 'Struts Users Mailing List' Subject: RE: Cannot find ActionMappings or ActionFormBeans coll

RE: Cannot find ActionMappings or ActionFormBeans collection

2004-12-13 Thread S.B.
Where are you putting jsp file? In which folder? Is it under pages directory? --- Begin Message --- Title: RE: Cannot find ActionMappings or ActionFormBeans collection Hi Bush, Its confusing me. How do I call an Action without the Template.jsp form being submitted? My Action and ActionForm