Re: JSon, includeProperties and modelDriven

2012-08-10 Thread hasegawa
thanks a lot -- View this message in context: http://struts.1045723.n5.nabble.com/JSon-includeProperties-and-modelDriven-tp5537859p5710397.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe

RE: JSon, includeProperties and modelDriven

2012-04-04 Thread Matthieu.Marc
rizio 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: a

Re: JSon, includeProperties and modelDriven

2012-03-08 Thread Maurizio Cucchiara
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 ^day, events, events\[\d+\], events\[\d+\].id, Twitter :http://www.twitter.com/m_cucchia

JSon, includeProperties and modelDriven

2012-03-05 Thread Matthieu.Marc
Hi, I am trying to make an action build a JSON result. The action is defined in the struts.xml file as : ^day, events, events\[\d+\], events\[\d+\].id, My Java action class EventsAction is defined as : public class EventsAction ex