Re: [struts] paramsPrepareParams vs. staticParams

2008-08-04 Thread Gabriel Belingueres
I agree that execution semantics should be preserved (in an ideal world at least). But, if the intention is to enforce security of some parameter values AND preserve action semantics, then the action should not change its behavior/semantic if we call it from the context of a different interceptor

Re: [struts] paramsPrepareParams vs. staticParams

2008-08-03 Thread Dale Newfield
Gabriel Belingueres wrote: Unless you put also those two kind of static parameters in your action, then I think staticParams should need to be executed only once. In any place where you have staticParams and/or actionMappingParams, I would expect the semantics of the action (and potentially th