RE: Validate method not working in Action after using Interceptor

2011-06-07 Thread Pankaj Shrivastava
Did you mean to have only one interceptor in your stack? You stack has only one interceptor and none which invokes the validate() method. Perhaps you can try having your stack like this: OR better soln is You can copy over the default stack and

RE: Where does the stdout of Actions go?

2011-05-23 Thread Pankaj Shrivastava
ework that's already there? Dave On Mon, May 23, 2011 at 10:09 AM, Pankaj Shrivastava wrote: > The catalina.out was getting the Struts messages through the logger. It was > just not getting the SOP. I blew away all the log files, rolled back my code > a few versions where I knew

RE: Where does the stdout of Actions go?

2011-05-23 Thread Pankaj Shrivastava
27;t think T7 team made a such big changes. Ensure that the user which launch tomcat have the right access to the catalina.out. Another thing that it worth a try is to start tomcat in debug mode. Anyway it's not a S2 question, you'll probably be luckier on apache tomcat ML. On 23 Ma

Where does the stdout of Actions go?

2011-05-22 Thread Pankaj Shrivastava
Hi, While debugging my actions, I have put System.out.println in my Action code (in the validate() method). I know the code, including the SOP, is getting executed because the validation errors do show up. However, I can't see the SOP appearing in the catalina.out file of the Tomcat server. I am u