Hi Dave, I'm doing migration from S1 to S2. S1 and S2 should work together peacefully. I add those required configuration in web.xml and jars in the classpath. I've done other pages sucessfully with mixed S1 tag and S2 tag. Don't understand this one.
I found the problem is that org.apache.struts2.dispatcher.FilterDispatcher.doFilter() hasn't been called. Once I remove this S2 tag. the FilterDispatcher.doFilter() would be called immediatelly. If you see the below struts JIRA link: http://issues.apache.org/struts/browse/WW-1388 It has the almost same exception with mine. Both the FIlterDispatcher.doFilter() didn't been called. Thanks a lot, Yan Dave Newton-4 wrote: > > --- panpan <[EMAIL PROTECTED]> wrote: >> This page is originally served through struts1. >> During the migration to struts 2, I need to add a > new >> feature to this page using struts 2 tag to >> invoke the struts 2 action. > > Well... if the page isn't being served through the S2 > filter I'm not sure which, if any, of the S2 tags will > actually work. > > d. > > > > > ____________________________________________________________________________________ > Moody friends. Drama queens. Your life? Nope! - their life, your story. > Play Sims Stories at Yahoo! Games. > http://sims.yahoo.com/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/NullPointerException-with-Struts-and-Struts2-plus-Sitemesh-tf3853336.html#a10917361 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]