You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Odelya YomTov <be...@gmail.com> on 2009/10/18 23:50:10 UTC

RedirectMessageInterceptor question

hi!

I am trying to use:

RedirectMessageInterceptor

the problem is, that it wants me to add
<result name="input"> </result>
to the action that i am redirecting towards.

but if i declare it like this:
<result name="input">/resources/video.jsp</result>

it does not call the method to display other data on the screen.

and if i write the action to excecute:
<result name="input"  type="redirectAction">getFirstVideo</result>

it calls it again and again and again and do not stop.

how can i handle it?

--
what matters most is how you see yourself

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org