Thanks Erik, I am already at that point now. the link from the web page points to
http://localhost:8080/struts-mailreader/EditRegistration.do?action=Edit and at struts-config-registration.xml... <action path="/Edit*" type="org.apache.struts.webapp.example.Edit{1}Action" name="{1}Form" scope="request" validate="false"> <forward name="success" path="/{1}.jsp"/> </action> it points to editregistrationaction.java. Now in editregistrationaction.java i dont see anything that might have populate the subscriptions? On Tue, 05 Oct 2004 01:47:41 -0400, Erik Weber <[EMAIL PROTECTED]> wrote: > Look at the form action URL. Use that to look up the handlers for that > form in struts-config.xml. Submittals to "/saveSubscription" are handled > by org.apache.struts.webapp.example.SaveSubscriptionAction, while > submittals to "/editSubscription" are handled by > org.apache.struts.webapp.example.EditSubscriptionAction. > > Hope that helps. > > Erik > > > > > Richard wrote: > > >hello guys > > > >i am studying the mailreader sample that comes with the struts binary > >ed. I cant seem to figure out where ( what form actions ) the records > >are being retrieved when you edit your subscriptions. > > > >thank is advance. > >richard > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

