>I've just recently began hacking out my own RequestProcessor extension
>and I have
>found that my extended versions are not needed very much.  Most of the
>time I would
>like to use the default struts provided RequestProcessor and for
>individual action
>mappings be able to specify an extended RequestProcessor.  Is this
>possible?
>

There may be a simpler alternative, but if needs be you can just call
super.thatMethod() (in all the methods you overide) first when the extended
beheviour isn't required.  Can't remember what the RP gets access to but
likely it gets an Action mapping, perhaps with the use of <set-property> you
can flag when to use this behaviour?

--
Mike W


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

Reply via email to