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