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

html:form tag always prepends context path to action via getActionMappingURL

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |LATER



------- Additional Comments From [EMAIL PROTECTED]  2002-10-18 21:04 -------
This behavior is consistent with Struts 1.0. It always prepended the application 
context, and 
now it always prepends the application/context. 

Since actions are not physical files, and 
we spend a lot of time forwarding from here to there, trying to use relative 
references is not 
really recommended. 

One issue is that the relative references to the JSP are often different 
than the relative references to the action. The JSPs are often in their own file tree 
and the 
Actions are in their own virtual tree. 

My only suggestion would be to try and customize the tag 
so that it works better for your architecture and report back.

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

Reply via email to