I'm going to try again, stripping this question down to its fundamentals.
If in a RequestProcessor processActionPerform() method, is it safe for me to return a mapping.findForward() directly without calling super.processActionPerform?
Or do I need to call super.processActionPerform with with different parameters than what was passed into this method in order to satisfy the infrastructure and get the ActionForward I want returned?
I don't see any way in which that would be risky, since there are other legitimate cases where no action is invoked (as when you have <action forward="/path/to/JSP" />
Joe
--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]