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

Anchor parameter for <html:form>

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From [EMAIL PROTECTED]  2003-02-07 22:04 -------
Link and frame are meant to go to pages. A form is meant to be submitted to an
Action class. An Action class does not have an anchor. If  want the Action to
forward to a page that has an anchor, then you should pass that as a property of
the form. The Action can use the property to create a new ActionFoward and
append the anchor to the path. Or, if the path should always have the anchor,
then it should be part of the ActionForward path in the Struts config. Actions
are input; ActionForwards are output.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to