Thanks a lot, it resolved my problem Adding : <param name="root">action</param>
Matthieu --- Matthieu MARC Responsable du Service Informatique Centre Arts et Métiers Angers Tel : 02 41 20 73 61 -----Message d'origine----- De : maurizio.cucchi...@gmail.com [mailto:maurizio.cucchi...@gmail.com] De la part de Maurizio Cucchiara Envoyé : jeudi 8 mars 2012 16:39 À : Struts Users Mailing List Objet : Re: JSon, includeProperties and modelDriven Hi Matthieu, I have experienced the same issue today, referencing to the action element should fix the problem. So try to add the follow line: <action name="evts" class="org.project.controllers.json.EventsAction" method="executeEvts" > <result name="success" type="json"> ****<param name="root">action</root>**** <param name="includeProperties"> ^day, events, events\[\d+\], events\[\d+\].id, </param> </result> </action> Twitter :http://www.twitter.com/m_cucchiara G+ :https://plus.google.com/107903711540963855921 Linkedin :http://www.linkedin.com/in/mauriziocucchiara Maurizio Cucchiara On 5 March 2012 16:29, <matthieu.m...@ensam.eu> wrote: > TimetableManager --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org