Re: Strategy for remove nulls from string parameter values?

2014-07-28 Thread Dave Newton
Cleaning parameter values is perfect for an interceptor, and it's pretty easy to do. For example, we had interceptors that removed trailing spaces, HTML-safed input, etc. A filter would work as well, but I tend to use S2-specific artifacts when the entire system is S2. Dave On Mon, Jul 28, 20

Strategy for remove nulls from string parameter values?

2014-07-28 Thread rgm
I've got a problem where my PostgreSQL database won't store a String that contains a null charcter, and I'm trying to figure out the best place to sanitize the parameter. Your advice is appreciated. If it were a one-off issue, I'd handle it in the validate() method of the action, but in this case

Re: session already invalidate error in Tomact 7.0.22

2014-07-28 Thread Lukasz Lenart
Can you post the whole stacktrace? 2014-07-22 13:59 GMT+02:00 saikrishna : > Hi > > I am getting the below error,repeatedly.Kindly adivce me on the soulution. > > > 2014-07-17 09:25:37,654 ERROR Dispatcher:38 - Exception occurred during > processing request: getAttribute: Session already invalidat

Re: tutorial app cannot be installed and run

2014-07-28 Thread Lukasz Lenart
Here you have answer: Caused by: Action class [app03a.Product] not found - action - file:/usr/share/apache-tomcat-7.0.54/webapps/app03a/WEB-INF/classes/struts.xml:24:60 which means your war is missing action class (or it is in wrong folder not corresponding to package) Regards -- Ɓukasz + 48 6