Re: Parent package is not defined

2013-10-06 Thread Lukasz Lenart
2013/10/7 Umesh Awasthi : > Hi Chris, > > Not sure what you mean by root directory? When you extract the jar file, struts-plugin.xml must be on the top of directory structure, not in some package. -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ -

Re: Parent package is not defined

2013-10-06 Thread Lukasz Lenart
Yes, please do :-) 2013/10/7 Umesh Awasthi : > No, its not in sub-directory > I can share gitHub link if want to have look at structure or files? > > > On Mon, Oct 7, 2013 at 12:08 PM, Chris Pratt wrote: > >> In the top directory (not a sub directory) of the jar file. It should NOT >> be in a sub

Re: Parent package is not defined

2013-10-06 Thread Umesh Awasthi
No, its not in sub-directory I can share gitHub link if want to have look at structure or files? On Mon, Oct 7, 2013 at 12:08 PM, Chris Pratt wrote: > In the top directory (not a sub directory) of the jar file. It should NOT > be in a subdirectory like META-INF or WEB-INF. > (*Chris*) > > > O

Re: Parent package is not defined

2013-10-06 Thread Chris Pratt
In the top directory (not a sub directory) of the jar file. It should NOT be in a subdirectory like META-INF or WEB-INF. (*Chris*) On Sun, Oct 6, 2013 at 11:37 PM, Umesh Awasthi wrote: > Hi Chris, > > Not sure what you mean by root directory? > > Hi Lukasz, > > I cross checked and struts-plug

Re: Parent package is not defined

2013-10-06 Thread Umesh Awasthi
Hi Chris, Not sure what you mean by root directory? Hi Lukasz, I cross checked and struts-plugin.xml is there. On Mon, Oct 7, 2013 at 12:05 PM, Chris Pratt wrote: > And in the root directory of the jar file, correct? > (*Chris*) > > > On Sun, Oct 6, 2013 at 11:33 PM, Umesh Awasthi >wrote

Re: Parent package is not defined

2013-10-06 Thread Chris Pratt
And in the root directory of the jar file, correct? (*Chris*) On Sun, Oct 6, 2013 at 11:33 PM, Umesh Awasthi wrote: > Yes, its there > Still i will cross check it. > > Thanks > Umesh > > > On Mon, Oct 7, 2013 at 11:47 AM, Lukasz Lenart >wrote: > > > Are you sure that the struts-plugin.xml exi

Re: Parent package is not defined

2013-10-06 Thread Umesh Awasthi
Yes, its there Still i will cross check it. Thanks Umesh On Mon, Oct 7, 2013 at 11:47 AM, Lukasz Lenart wrote: > Are you sure that the struts-plugin.xml exists in the jar? > > > Regards > -- > Łukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > 2013/10/7 Umesh Awasthi : > > Hi Lukaz, > > >

Re: Parent package is not defined

2013-10-06 Thread Lukasz Lenart
Are you sure that the struts-plugin.xml exists in the jar? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/10/7 Umesh Awasthi : > Hi Lukaz, > > Its name is struts-plugin.xml, moreover i have used maven to generate > plugin structure for me. > Not sure why it is happening like

Re: Parent package is not defined

2013-10-06 Thread Umesh Awasthi
Hi Lukaz, Its name is struts-plugin.xml, moreover i have used maven to generate plugin structure for me. Not sure why it is happening like this. I even cross checked it with other plugin provided with Struts distribution and everything is same not sure why this is happening. On Mon, Oct 7, 2013

Re: Parent package is not defined

2013-10-06 Thread Lukasz Lenart
How did you name your xml file? It must be struts-plugin.xml and then framework will automatically load it. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/10/5 Umesh Awasthi : > Hi All, > > Facing "Parent package is not defined" exception and not sure where things > are worng

Re: Issues with Struts Tiles

2013-10-06 Thread Per Pascal Grube
One thing, that I saw while looking at your code is that I have a different taglib: <%@ taglib uri="http://tiles.apache.org/tags-tiles"; prefix="tiles" %> and that I use to include fragments. Maybe this helps. Regards, Pascal On Saturday 05 October 2013 11:04:55 Srineel Mazumdar wrote: > H