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

Reply via email to