Re: Documentaion page

2014-10-26 Thread Lukasz Lenart
2014-10-24 9:03 GMT+02:00 Paweł Wielgus : > Hi all, > can anyone tell me what to do, > or who to contact to add some info to this page: > > http://struts.apache.org/release/2.3.x/docs/json-plugin.html > > I've spent few hours trying to configure my action > to accept json parameters > and the only

struts2 json return null if involve hibernate or spring

2014-10-26 Thread john lee
is hibernate dao manipulation could affect struts 2 json return? or spring framework could affect struts2 json return? my program's struts2 json execution is success if not involve dao or spring call. but if involve hibernate/spring/dao manipulation, then json return is null and not returned. st