You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Jonathan Asbell <ja...@i-2000.com> on 2001/04/26 04:22:14 UTC

Can someone explain in more detail the "path" & "input" attribute values of Action

It is not clear to me exactly whatthese values could or should be.  I understand that the ".do" is stripped of the request, so does that mean I only have to match everything up to the ".do" ?  Why is a "/" used?  To me this means "root", and in fact in the Login example the path changes from "/mysite/logon/logon.jsp" to "/mysite/login".  I am aware of the side effects of forwarding on the url, but I am confused as to how to employ the "input" and "path" values.