Re: ModelDriven and ParamsPrepareParams

2014-05-18 Thread Antonio Sánchez
Thanks! El vie 16 may 2014 11:48:35 CEST, Lukasz Lenart escribió: Number 2 is also my favorite but it quite often depends ... on dev's preferences :D I remember that I wanted solve that case with ParametersInterceptors but there was a problem when and how to instantiate Model . 2014-05-08 9:27

Re: ModelDriven and ParamsPrepareParams

2014-05-16 Thread Lukasz Lenart
Number 2 is also my favorite but it quite often depends ... on dev's preferences :D I remember that I wanted solve that case with ParametersInterceptors but there was a problem when and how to instantiate Model . 2014-05-08 9:27 GMT+02:00 Antonio Sánchez : > Hello. > > I have found problems using

ModelDriven and ParamsPrepareParams

2014-05-14 Thread Antonio Sánchez
Hello. I have found problems using MD and PPP together, Struts2 complains (and errors are displayed in view) that no setter method was found because at first Params run, model is not yet instantiated. I am asking for which of the following approaches is the most recommended one: 1. Define a