Re: Parent package is not defined

2013-10-05 Thread Umesh Awasthi
Any one have any other inputs? There was some differences in the DTD defined under plugin xml file and struts.xml file but even after changing them, i am getting same exception on server startup On Sat, Oct 5, 2013 at 8:41 PM, Yaragalla Muralidhar < yaragallamur...@gmail.com> wrote: > You have w

Re: Parent package is not defined

2013-10-05 Thread Yaragalla Muralidhar
You have written your plugin (your own module) and for that you might have written an xml file which contains definitions of actions and all other things for your module. for example plugin.xml. I believe this statement "" you posted is from that xml file. If you have written your own modules. The

Issues with Struts Tiles

2013-10-05 Thread Srineel Mazumdar
Hi, I am getting the following issues with Tiles + Struts 2 : Please help *** SEVERE: Servlet.service() for servlet jsp threw exception java.lang.NullPointerException at org.apache.struts.taglib.tiles.InsertTag.pr

Re: Parent package is not defined

2013-10-05 Thread Umesh Awasthi
what you mean by registered plugin with struts.xml? On Sat, Oct 5, 2013 at 8:31 PM, Yaragalla Muralidhar < yaragallamur...@gmail.com> wrote: > have you registered your "myPlugin" in struts,xml file. > > *Thanks and Regards,* > Muralidhar Yaragalla. > * > * > > > On Sat, Oct 5, 2013 at 8:11 PM, U

Re: Parent package is not defined

2013-10-05 Thread Yaragalla Muralidhar
have you registered your "myPlugin" in struts,xml file. *Thanks and Regards,* Muralidhar Yaragalla. * * On Sat, Oct 5, 2013 at 8:11 PM, Umesh Awasthi wrote: > Hi All, > > Facing "Parent package is not defined" exception and not sure where things > are worng. > > I have created a new plugin and

Parent package is not defined

2013-10-05 Thread Umesh Awasthi
Hi All, Facing "Parent package is not defined" exception and not sure where things are worng. I have created a new plugin and want to use this plugin in my web-app, this is how i have defined my plugin package For testing purpose i created a blank application by using "struts2-archetype-blank"