Re: in <%include> not working

2004-04-21 Thread Ivan
if you can use tiles, usend the TileControllerClass you can include-on-the-fly any file specified in a variable. - Original Message - From: "Pani R" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, April 21, 2004 5:0

Re: in <%include> not working

2004-04-21 Thread Pani R
Thank You! It works. - Pani -- - Original Message - DATE: Wed, 21 Apr 2004 12:53:15 From: Daniel Henrique Alves Lima <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Cc: >Try something like this: > > > > >Pani R wrote: > >>Hi All: >> >>When I use <%@ inclu

Re: in <%include> not working

2004-04-21 Thread Daniel Henrique Alves Lima
Try something like this: Pani R wrote: Hi All: When I use <%@ include file='' %>, the tag doesn't seem to pull the corresponding resource from the App.Resource file. Instead, its looking for a file " I tried using . Also, tried various combination of single and double quotes. But nada. It p

Re: in <%include> not working

2004-04-21 Thread jbalaji
HI pani, pls go through the this.. i think it will help <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> Bye, Jbalaji Pani R <[EMAIL PROTECTED]> wrote: Hi All: When I use ' %>, the tag doesn't seem to pull the corresponding resource from the App.Resource file. Instead,

in <%include> not working

2004-04-21 Thread Pani R
Hi All: When I use <%@ include file='' %>, the tag doesn't seem to pull the corresponding resource from the App.Resource file. Instead, its looking for a file ". Also, tried various combination of single and double quotes. But nada. It picks the file name as such in '' I'm sure I'm including