Thanks Antonio Your Tip helped me it is from the "action.xml"
<!-- Edit user registration --> <action path="/editRegistration" actionClass="org.apache.struts.webapp.example.EditRegistrationAction" formAttribute="registrationForm" formClass="org.apache.struts.webapp.example.RegistrationForm"> <forward name="success" path="/registration.jsp"/> </action> Thanks Joseph John On Mon, Nov 22, 2010 at 9:10 PM, Antonio Gonzalez <antonio.gonzalez...@gmail.com> wrote: > Hi jjk, > > editRegistration.do is a mapping, I give you a tip, > search "editRegistration" in all xml files, and you'll find the mapping that > I'm talking about. > > > > On Sun, Nov 21, 2010 at 9:57 PM, Saji <jjk.s...@gmail.com> wrote: >> >> Hi >> I am trying to understand the struts examples on >> "4207_strutsexamples" . >> I am working on "Exercise 2: Build and run "struts-example" sample >> application" >> In "index.jsp " , there is code like this >> #### >> <h3><bean:message key="index.heading"/></h3> >> <ul> >> <li><html:link page="/editRegistration.do?action=Create"><bean:message >> key="index.registration"/></html:link></li> >> <li><html:link page="/logon.jsp"><bean:message key="index.logon"/></ >> html:link></li> >> </ul> >> #### >> >> I am finding very difficult to understand from where >> "editRegistration.do" is taken, In this project there is no >> "editRegistration.*" file. Can any one guide me where >> editRegistration.do is >> >> I am finding struts concept extremely difficult to follow,Kindly guide >> me >> Thanks >> Joseph John >> >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Java EE (J2EE) Programming with Passion!" group. >> To post to this group, send email to >> java-ee-j2ee-programming-with-passion@googlegroups.com >> To unsubscribe from this group, send email to >> java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com >> For more options, visit this group at >> >> http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en > -- Thanks Joseph John http://www.oss101.com/ -- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com To unsubscribe from this group, send email to java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en