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 2001/11/28 10:29:41 UTC

DO NOT REPLY [Bug 5154] New: - specifying sub-targets in paths

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=5154>.
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=5154

specifying sub-targets in <forward> paths

           Summary: specifying sub-targets in <forward> paths
           Product: Struts
           Version: 1.0 Final
          Platform: Other
               URL: http://www.runtime-collective.com
        OS/Version: Linux
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Controller
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: faith@runtime-collective.com


I'm having a problems specifying a target in an ActionForward. 

I want to do something like this in a struts-config.xml file: 

    <forward name="success" path="/page.jsp#target" /> 

But I get a '404:resource not available' error. 

Trying the same forward without the target works fine, as does typing the same
context-relative URL in the browser. 
Any ideas? 

(I'm using Struts 1.0 on Tomcat 4.0.1)

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>