Re: HttpParametersAware

2016-10-12 Thread Lukasz Lenart
You can try setting 2016-10-12 10:03 GMT+02:00 Greg Huber : > I have tested this and looks OK. > > .I have an action that implements HttpParametersAware so I can use the > properties from the request eg: > > public void setParameters(HttpParameters parameters) { >

Re: HttpParametersAware

2016-10-12 Thread Greg Huber
I think as a work around I can call setActionMessages(null); before I start my action, which removes these messages just for this case. On 12 October 2016 at 09:03, Greg Huber wrote: > I have tested this and looks OK. > > .I have an action that implements