RE: [S2] ScopedModelDriven issues [newbie]

2007-10-01 Thread Hodgins, Grant
? Is it something to do with the getScopeKey() method? -Original Message- From: Cory D. Wiles [mailto:[EMAIL PROTECTED] Sent: Saturday, September 29, 2007 9:12 AM To: Struts Users Mailing List Subject: Re: [S2] ScopedModelDriven issues [newbie] Wouldn't you also have to i

Re: [S2] ScopedModelDriven issues [newbie]

2007-09-29 Thread Cory D. Wiles
Wouldn't you also have to include the SessionAware interceptor in your "myForm" stack as well as implement the SessionAware Interface or is that over kill for scopedModelDriven? On 9/28/07, ghodgins <[EMAIL PROTECTED]> wrote: > > > Does anyone have a working example using the scopedModelDriven int

Re: [S2] ScopedModelDriven issues [newbie]

2007-09-28 Thread ghodgins
Does anyone have a working example using the scopedModelDriven interceptor to work for a session bean? I've tried with the following: 1. define interceptor in struts.xml ... session myForm

3 matches