Xavier Lawrence
2008-08-13 11:29:17 UTC
Hello Anand Agrawal,
If you want to be able to use a jsp directly in a jahia page, you will
have to create templates. You may find all the available jahia
documentation on page
http://www.jahia.net/jahia/Jahia/site/jahia_net/pid/585. In
particular, the Jahia 5.0 Template Developer Guide will help you
create your templates.
You have also another possibility to call a JSP directly from an
existing jahia page. In order to do so, you have to put /template in
your url.
So, for example, if you want to call a JSP (test.jsp) without creating
a jahia page, you could use the following code:
<a href="......../template/test.jsp"
Do not hesitate to come back to us if you need more help,
Best regards
X. Lawrence
From: Anand Agrawal <ananda <at> halosys.com>
Subject: jahia problem
Date: 2008-07-24 12:19:22 GMT
Hello Sir,
I am new user of jahia.I am using 5.0.4 version of jahia.My question is
that how can we called our jsp/servlet/java code through our jahia pages
which is written in simply fck of simple text editor ie where we write
our scriptlet tag or java code.I can not write in fck editor.Is there
any other way to call jsp/servlet page or tell me suitable place where i
could put my jsp/servlet page so that i can call that page using ajax
or any other functionality.
I shall be highly oblidged if you reply as soon as possible.
Thanks
Anand Agarwal
If you want to be able to use a jsp directly in a jahia page, you will
have to create templates. You may find all the available jahia
documentation on page
http://www.jahia.net/jahia/Jahia/site/jahia_net/pid/585. In
particular, the Jahia 5.0 Template Developer Guide will help you
create your templates.
You have also another possibility to call a JSP directly from an
existing jahia page. In order to do so, you have to put /template in
your url.
So, for example, if you want to call a JSP (test.jsp) without creating
a jahia page, you could use the following code:
<a href="......../template/test.jsp"
Do not hesitate to come back to us if you need more help,
Best regards
X. Lawrence
From: Anand Agrawal <ananda <at> halosys.com>
Subject: jahia problem
Date: 2008-07-24 12:19:22 GMT
Hello Sir,
I am new user of jahia.I am using 5.0.4 version of jahia.My question is
that how can we called our jsp/servlet/java code through our jahia pages
which is written in simply fck of simple text editor ie where we write
our scriptlet tag or java code.I can not write in fck editor.Is there
any other way to call jsp/servlet page or tell me suitable place where i
could put my jsp/servlet page so that i can call that page using ajax
or any other functionality.
I shall be highly oblidged if you reply as soon as possible.
Thanks
Anand Agarwal