Question about PrepareInterceptor and Preparable

2009-11-16 Thread Oscar
Hi to all. I'm developing a Struts 2 application and i create an interceptor to initialize values and to validate user login. I want to load a list to jsp to populate a s:select so i implemented the Preparable interface in my action, and the method prepare(), so i type the code in this method

Re: Question about PrepareInterceptor and Preparable

2009-11-16 Thread Chris Pratt
Did you either set your appInterceptors stack to be the default stack, or define the actions you're testing with to use the appInterceptors stack explicitly? Otherwise, you're actually just using the defaultStack. (*Chris*) On Mon, Nov 16, 2009 at 12:34 PM, Oscar oscar.kalde...@gmail.com

Re: Question about PrepareInterceptor and Preparable

2009-11-16 Thread Oscar
Chris Pratt escribió: Did you either set your appInterceptors stack to be the default stack, or define the actions you're testing with to use the appInterceptors stack explicitly? Otherwise, you're actually just using the defaultStack. (*Chris*) On Mon, Nov 16, 2009 at 12:34 PM, Oscar