Clement, Steve wrote:
Is there an easy way to suppress the parameter exceptions when I use a
model driven action? I know I can add them as exclusions in the
interceptor stack config, but this seems a bit cumbersome and adds
additional maintenance if the form and model change.
Currently, I am using the paramsPrepareParamsStack. I do not want to put
the setters for the params in my action (that's the whole point of using
model-driven, right?), but the logs complain because the params are
looking for the setters in the action even though they are set on the
model.
Thanks in advance for any help.
Steve Clement
Setting devMode to false in struts.xml or struts.properties should make
these exceptions go away.
L.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]