Quoting Brad Balmer <[EMAIL PROTECTED]>: > Well, I searched through the archives with no luck on > 'ParameterActionForward' or similar. I ended up trying to ovveride the > ActionForward class but couldn't get it to work well. Then I noticed in > the RequestProcessor there is a doForward() that can be ovveridden. I > wrote the following and it seems to work. > > Is there a better way/place to do this than the RequestProcessor? This > seems like a prettly locical/central place to do this.
That is indeed a pretty logical place for this kind of thing. Craig McClanahan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

