Re: JSON plugin: filter fields in a Map with Lists

2019-09-25 Thread Micael Carreira
Hello Yasser, thanks for your reply. It did not work. The configuration you suggested, sends nothing in JSON object. I also tried this configuration:     result\..+,     result,interestingProperty But it sends all properties, including notInterestingProperty. Best regards, Email Signatur

RE: JSON plugin: filter fields in a Map with Lists

2019-09-25 Thread Yasser Zamani
>-Original Message- >From: Micael Carreira >Sent: Tuesday, September 24, 2019 1:30 PM >To: user@struts.apache.org >Subject: JSON plugin: filter fields in a Map with Lists > >Hello, > >In MyAction, I have the following instance variable: > >     Map> result; > >And MyObject has the follow