I completely agree that something that was working shouldn't all of a sudden stop. I was kind of hoping someone has run into an issue like this before and might have pointed out some subtle change that I might have made and I'm just overlooking. I've been working in the code base adding things like Compass/Lucene searching - I just find it strange that from calling Prepare -> Save the values would change and some other component like Compass would be the culprit. Compass doesn't step in until it's saved to the database and these changes are happening before the save action is being called.
On Fri, Sep 12, 2008 at 3:54 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- On Fri, 9/12/08, georz1 wrote: > > It's a post. And since posting to this group I've changed > > from Struts 2.0.11 -> 2.0.11.2 still with the same results. > > I'm still reasonably certain it's not an S2 issue--if it were me I'd be > checking the change logs. If it's been working for a year and suddenly > stopped the framework isn't the first place I'd look. > > > About the stack that was not my intention - Are those given > > by struts-default? Is that why they would be included twice. > > Yes; they're included twice because you're including them twice. The > interceptor-ref "defaultStack" includes the "defaultStack". > > http://struts.apache.org/2.x/docs/struts-defaultxml.html > > Dave > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >