Re: mailreader sample question

2004-10-05 Thread Erik Weber
Sorry, I think you are using a more recent version of Struts than I have. Perhaps someone else can help. Erik Richard wrote: 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-c

Re: mailreader sample question

2004-10-04 Thread Richard
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... it points to editregistrationaction.java. Now in editregistrationaction.java i dont

Re: mailreader sample question

2004-10-04 Thread Erik Weber
I should have stated that I was referring to Struts 1.1. Erik Erik Weber 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 submit

Re: mailreader sample question

2004-10-04 Thread Erik Weber
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.Edi