Re: Struts 2 and passing data using interceptors

2006-12-03 Thread fahlen
Hi Mark! I replaced the line result type=redirect-actionDisplay/result with result name=success/crosseyed/Display.jsp/result as you suggested, and now it works :) Thank you for all your help!! Mark Menard wrote: On 12/2/06 10:45 AM, fahlen [EMAIL PROTECTED] wrote: Hi Mark

Re: Struts 2 and passing data using interceptors

2006-12-02 Thread fahlen
Hi Mark, I've tried this now, but I'm unable to access the data from the JSP. In the struts.xml configuration file, the action involved is configured this way: action name=Search_* method={1} class=crosseyed.Search result name=input/crosseyed/Search.jsp/result

Re: Struts 2 and passing data using interceptors

2006-12-01 Thread fahlen
Thank you all for your replies! They have been very helpful. I'm happy to have found such an active forum. Thanks again. -- View this message in context: http://www.nabble.com/Struts-2-and-passing-data-using-interceptors-tf2734105.html#a7634983 Sent from the Struts - User mailing list archive

Struts 2 and passing data using interceptors

2006-11-30 Thread fahlen
Hi. I'm new to Struts and have a question regarding how data is passed from an Action (in Struts 2) to the JSP which one is redirected to after the action is executed. Reading the documentation on Struts 2, I've found that using the Scope Interceptor one can specify Action properties to be bound