Help Please - Can't understand Struts example
Hi,
I am trying to understand the working of struts example
In the struts example(struts-example.war), the logon.jsp has the action attribute of the form as "/logon". In the struts-config.xml "/logon" is mapped to LogonAction. How does the jsp get submitted to the servlet eventually. What exactly happens once we submit the jsp?
I am in a real need to understand struts as soon as I can because I need to migrate an existing application to struts in a month's time. Pls. help
Thanks

