Re: struts.xml parsing error, involving interceptor

2010-09-27 Thread Li Ying
Hi Ken: In the DTD file, it is defined: That means, you should add the definition of interceptor as children nodes of the [package] node. Hope these helps. 2010/9/28 Ken > > This has been driving me nuts... > > The following works in my code (typed by hand not copied from source): > >

Re: struts.xml parsing error, involving interceptor

2010-09-27 Thread Dave Newton
Well, no, you need to follow the DTD. Dave On Mon, Sep 27, 2010 at 7:52 PM, Ken wrote: > > This has been driving me nuts... > > The following works in my code (typed by hand not copied from source): > > > > > class="org.apache.struts2.views.tiles.TilesResult"/> >