You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/05/03 13:39:10 UTC

DO NOT REPLY [Bug 19623] - Mapping multiple action to the same uri

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19623>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19623

Mapping multiple action to the same uri

fcadili@skylink.it changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From fcadili@skylink.it  2003-05-03 11:39 -------
There is an error in the mapping:

   <action    path="/data/insert/insert.do"
               type="org.apache.struts.webapp.insert.Step1Action"
	       protocol="GET"
	       resolver="/data/insert/insert.do"
        <forward name="next-step" path="/WEB-INF/data/insert/step1.jsp" />
   </action>

It sould be:

   <action     path="/data/insert/insert.do"
               type="org.apache.struts.webapp.insert.ForwardStep1Action"
	       protocol="GET"
	       resolver="/data/insert/insert.do"
        <forward name="next-step" path="/WEB-INF/data/insert/step1.jsp" />
   </action>

Where the org.apache.struts.webapp.insert.ForwardStep1Action basically prepare
for the input flow and forward to the /WEB-INF/data/insert/step1.jsp page.

Sorry,
  Francesco

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org