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? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]