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 package name=myPlugin extends=struts-default For testing purpose i created a blank

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 umeshawas...@gmail.comwrote: Hi All, Facing Parent package is not defined exception and not sure where things are worng. I have created a

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, Umesh Awasthi

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

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 package name=myPlugin extends=struts-default you posted is from that xml file.

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