I just tried that, but it does not make any difference. 2012/10/21 Per Pascal Grube <cyber...@flightmare.net>
> Hi, > > On Sunday 21 October 2012 03:12:07 JOSE L MARTINEZ-AVIAL wrote: > > Hi, > > I'm using a json result type defined as follows: > > > > <result-type name="json-action" > class="org.apache.struts2.json.JSONResult"> > > <param name="ignoreHierarchy">false</param> > > <param > > > name="includeProperties">resultName,resultMessage,data.*,fieldErrors.*,actio > > nErrors.*,actionMessages.*</param> <param > > name="excludeNullProperties">true</param> > > <param name="noCache">true</param> > > <param name="errorCode">${errorCode}</param> > > </result-type> > > I don't know if it makes a difference, but I use %{ } in the param tag to > get > the values from my actions. > > Regards, > > Pascal > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > >