--- Matt Bathje <[EMAIL PROTECTED]> wrote:

> Woodchuck wrote:
> > --- Matt Bathje <[EMAIL PROTECTED]> wrote:
> > 
> > 
> > 
> >>- Does that fact that the newly-compiled file is always called from
> a
> >>
> >><jsp:include page="xxx.jsp" /> make a difference?
> > 
> > 
> > try <%@ include file="xxx.jsp" %>
> > 
> > 
> 
> This would not be an ideal situation as the path to include is 
> dynamically calculated - but in any case, I tried hard-coding it and 
> doing the include, and it did not help the situation any.
> 

is the jsp doing the <%@ include> being <jsp:include>-ed itself into
another jsp?

also, are you using tomcat 5?  if you are i believe you can use EL to
do something like:

<%@ include file="${your_object.dynamic_file_name}" %>


> 
> Matt
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to