Re: Skip parsing of property for json plugin

2014-06-03 Thread Lukasz Lenart
Hm... I don't see any option for now... extending annotation is a nice thing, can you register a ticket in JIRA? 2014-05-30 17:53 GMT+02:00 Dimitris Mouchritsas : > Hi all, > > I'm using struts2-core 2.3.16.3 along with struts2-json-plugin and I have > the following problem: > > I have an entity

Skip parsing of property for json plugin

2014-05-31 Thread Dimitris Mouchritsas
Hi all, I'm using struts2-core 2.3.16.3 along with struts2-json-plugin and I have the following problem: I have an entity bean, say Event which has the following 3 properties: id, dateCreated and data data is already a json string saved in the database. e.g.: Event data: {"id":1003,"username