RE: [s2] Prepare and Parameter Interceptors

2007-11-20 Thread Mark Steyn
Users Mailing List Subject: Re: [s2] Prepare and Parameter Interceptors You've got the interceptor setup order correct. You haven't really provided enough info to really identify another other problems (we'd need to see the form fields, the action, and the object being exposed and hydrated

Re: [s2] Prepare and Parameter Interceptors

2007-11-20 Thread Gary Affonso
Mark Steyn wrote: Thanks for your help Gary. I got to the bottom of the problem, or at least got around it in the end. After Struts created objects based on the submitted form values, I was using the ids of those objects to create corresponding objects instantiated with values from a database.

Re: [s2] Prepare and Parameter Interceptors

2007-11-19 Thread Gary Affonso
You've got the interceptor setup order correct. You haven't really provided enough info to really identify another other problems (we'd need to see the form fields, the action, and the object being exposed and hydrated in the action.) But here are some things you can try... 1) turn on