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=21769>. 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=21769 Multiple actions for a request ------- Additional Comments From [EMAIL PROTECTED] 2003-07-22 04:00 ------- Having multiple actions will be very useful. You can simply add any new functionality by just adding another action in sequence. This is how we implemented in our custom MVC framework. So when the request is for "Testing" the actions Action1, Action2, Action3 are executed (if no error) in sequence and the response is sent to the testing.jsp <request>Testing <action>com.testing.Action1</action> <action>com.testing.Action2</action> <action>com.testing.Action3</action> <response>/testing.jsp</response> </request> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]