[opencms-dev] <%@ include file="some_file.jsp" %>
Joe Desbonnet
jdesbonnet at gmail.com
Fri May 5 02:27:00 CEST 2006
I use the include directive in template JSPs by using a relative path. Eg
<%@include file="./lib/_header.jsp" %>
It's not a nice solution, but you could use ".." to reach the top of
the VFS tree and then work down. ... eg
file="../../../system/shared/inc/parameters.jsp"
Joe.
On 5/2/06, lk <cesto at email.it> wrote:
> Hi,
>
> I need to include some variables I defined in a jsp file.
> I've tried to include this jsp code:
> <%@ include file="/system/shared/inc/parameters.jsp" %>
> but the file "parameters.jsp" is not found.
>
> How can I include these parameters?
>
> Thanks
>
> LuKe
>
>
> --
> Email.it, the professional e-mail, gratis per te: http://www.email.it/f
>
> Sponsor:
> Partecipa al concorso Best Western, in palio fantastici week end!
> Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=5094&d=2-5
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
More information about the opencms-dev
mailing list