[opencms-dev] <%@ include file="some_file.jsp" %>
Anatol
opencms at recordcaster.de
Wed May 3 11:08:34 CEST 2006
Hi,
lk schrieb:
> 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?
don't use the <% %> tag! Here you 've to call the whole filename-path
with WEB-INF and opencms/opencms/ Use the OpenCms-include tag!
<include file="..." /> But don't forget to import the opencms-lib ;-)
Hope, these helps a bit
Greetings
Anatol
More information about the opencms-dev
mailing list