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:10 -------
Maybe, I should take a look at the patch =:0). What I had in mind wouldn't 
bypass the controller. It would look up the path specified by the ActionForward 
and use that for the action="" path. This wouldn't be any different that using a 
RTE to do the equivalent of "action='<%= forward.getPath() %>'. So the idea is 
that instead just being able to say "action=${actionMapping.path()}" we'd be 
able to say "forward=${actionForward.name()}". In the latter case, the tag would 
use ${actionForward.path} as the target of the form. It's like the difference 
between page= and forward= in the html:link tag, except here its action= and 
forward=.

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

Reply via email to