Ah, I get the problem. The "RenderDirect" action is really a "hack" to make it simple to port web applications that doesn't use the post-redirect-get pattern, which is basically how the event and render phase separation works in a portlet. If you can, I would suggest that you re-organize your application so that every event (usually a post) is followed by a redirect (using the redirect action result type). That way, the "RenderDirect" action is never used.
Nils-H On Fri, Oct 24, 2008 at 9:45 AM, Torsten Krah <[EMAIL PROTECTED]> wrote: > Am Freitag, 24. Oktober 2008 07:35:18 schrieben Sie: >> Is this what you're looking for? >> >> http://struts.apache.org/2.0.12/docs/interceptors.html#Interceptors-Interce >>ptorParameterOverriding >> >> Nils-H > > That won't work. > I need to overwrite the "defaultStack" in the defaultPortlet Interceptor > Stack - this one is declared in the packaged struts.jar in > struts-portlet-default.xml and used by the RenderDirectAction declared in the > same file and used in "render" phase. > I don't see how the link above could help me? Am i missing something? > > > -- > Bitte senden Sie mir keine Word- oder PowerPoint-Anhänge. > Siehe http://www.gnu.org/philosophy/no-word-attachments.de.html > > Really, I'm not out to destroy Microsoft. That will just be a > completely unintentional side effect." > -- Linus Torvalds > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]