Does using the forward attribute mean creating a global forward for every
action submitted to by a form? If so you end up with lots of global-forwards
that map directly to actions, so why not just use the action URL?

This seems like just one more level of indirection that has to be followed
when you are trying to figure out which action class a form is submitting to
(if you are looking at the JSP, not the HTML source).

Hal

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 03, 2002 6:20 PM
> To: [EMAIL PROTECTED]
> Subject: DO NOT REPLY [Bug 7202] - Add forward attribute to FormTag to
> allow submision to a global forward
>
>
> 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=7202>.
> 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=7202
>
> Add forward attribute to FormTag to allow submision to a
> global forward
>
>
>
>
>
> ------- Additional Comments From [EMAIL PROTECTED]
> 2002-07-03 22:19 -------
> And so ... if the forward.getPath() did not resolve to an
> ActionMapping, it
> would generate the same error that is generated if were
> hardcoded that way. So,
> the suggestion is not that we want the html:form to submit to
> anything but an
> ActionMapping, we are just looking for a cannonical way to
> deliver the
> ActionMapping path to the form at runtime, without resorting
> to a RTE.
>
> -T.
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>


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

Reply via email to