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?



Thanks, -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

Reply via email to