I'm seeing some weird behavior with the ParameterInterceptor. In one of
my actions, the execute method is getting called before all the parameters have been set. This is my first ModelDriven action, so my guess is that it's somehow related?
My interceptor stack is as follows: <interceptor-ref name="static-params"/> <interceptor-ref name="params"/> <interceptor-ref name="conversionError"/> <!-- a couple custom interceptors --> <interceptor-ref name="model-driven"/> <interceptor-ref name="validation"/> <interceptor-ref name="workflow"/>
Anyone have any idea what my problem may be?
Just to clarify, I'm getting:
1. Action.execute 2. TypeConversion 3. Values get set
Which of course doesn't help me much if I want to use the values in the .execute() method.
Any pointers would be greatly appreciated... -Mark
------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork