Will JSTL work with Tomcat 5.5?  And if so is it a lot of work to set up or
do I just drop a jar file in the classpath?

On Thu, May 1, 2008 at 7:10 PM, Hassan Schroeder <[EMAIL PROTECTED]>
wrote:

> On Thu, May 1, 2008 at 12:35 PM, Jonathan Mast
> <[EMAIL PROTECTED]> wrote:
>
> >  Dynamically include a file where the file name is dynamic.  Neither of
> the
> >  following lines of code work:
> >
> >     <jsp:include page="directory/<%=fileName%>" flush="true"/>
>
> with JSTL:    <jsp:include page="${fileName}" />
>
> (assuming that fileName is in a JSTL scope, of course)
>
> HTH
> ---
> Hassan Schroeder ------------------------ [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to