java.io.NotSerializableException: com.opensymphony.xwork2.inject.ContainerImpl$ConstructorInjector

2012-08-06 Thread manjesh
Hi I have Struts2 application Running on Google App Engine. When I add "tokenSession" interceptor to any of the actions (say registration.action) , I do get the following exception. If I remove "tokenSession" Interceptor.. things works fine.., what could be the issue? I have even tried with lates

Re: Jasper plugin. Passing additional parameter

2007-11-05 Thread Manjesh Reddy
perPrint jasperPrint = JasperFillManager.fillReport(jasperReport, parameters, con); .. -Manjesh On 11/5/07, Serg Mazurok <[EMAIL PROTECTED]> wrote: > > > Could someone provide the example how to pass parameters from Struts2 > action to Jasper report? > > I have