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: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]