Re: s:include not working

2008-07-20 Thread aum strut
Hi Chase, Is there any relation with the depth because when i put index.jsp page and HElloWorld.jsp page in the same folder, it starts to include the other jsp page which i unable to include when the pages were in different folders. any suggestion in this regards will be much helpful. yes all

Re: s:include not working

2008-07-20 Thread Chase
Are you adjusting the relative URL value in your include statement based on the folder depth of the containing page or are you just copying pasting the same include statement in every single page? -Chase On Sun, Jul 20, 2008 at 1:20 AM, aum strut [EMAIL PROTECTED] wrote: Hi Chase, Is there

Re: s:include not working

2008-07-20 Thread aum strut
Thanks Chase for the Help There was the problem with the URL value in the include statement. :) On Mon, Jul 21, 2008 at 2:46 AM, Chase [EMAIL PROTECTED] wrote: Are you adjusting the relative URL value in your include statement based on the folder depth of the containing page or are you just

s:include not working

2008-07-19 Thread aum strut
Hi all, i am trying to include a jsp page using struts2 s:include tag but itdosen't seems to be working in my way. i have a menu.jsp page where i have written a code for the menu for my application. i have included this menu.jsp page in my index.jsp page were it is working fine.When i click on

Re: s:include not working

2008-07-19 Thread Chase
Why does your tag have a body? s:include value=IncludedMenu/menu.jsp/ Do the other pages contain the same taglib directives? If you view the source in your web browser and see the tag code that means you are missing a taglib directive. Your include is using a relative page, are all the pages at