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-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org