AW: [opencms-dev] About JSP & templates
Schulz, Rainer
Rainer.Schulz at bonprix.net
Thu May 13 14:34:01 CEST 2004
Hi,
you can use jsp templates (look at the online doku).
another way is, to create a empty html site, with your template. then set
this empty site to export=dynamic.
insert into the control file of these site a forward to your jsp :
example:
<?xml version="1.0" encoding="ISO-8859-1"?>
<PAGE>
<class>com.opencms.template.CmsXmlTemplate</class>
<masterTemplate>/system/modules/yourTemplates/standard_jsp</masterTemplate>
<ELEMENTDEF name="body">
<CLASS>com.opencms.template.CmsXmlTemplate</CLASS>
<TEMPLATE>/system/bodies/such_ergebnis.html</TEMPLATE>
</ELEMENTDEF>
<ELEMENTDEF name="jsp">
<CLASS>com.opencms.flex.CmsJspTemplate</CLASS>
<TEMPLATE>simple_search.jsp</TEMPLATE>
</ELEMENTDEF>
</PAGE>
Now, you can acces the html site , and it will show your jsp site , with
your specified template.
this is the way, how it works on my system.
greez
ray
-----Ursprüngliche Nachricht-----
Von: Jose Checa Claudel [mailto:jcheca at uco.es]
Gesendet: Donnerstag, 13. Mai 2004 14:24
An: opencms-dev at opencms.org
Betreff: [opencms-dev] About JSP & templates
Hello all.
I have a question, and I would like to know if is it possible or not to
do it in opencms environment. It's very important the templates use, I
have no problem if I create a new HTML file and use a previous template;
but I would like to create a JSP page and the result be inserted/embebed
with same templates I use in HTML pages.
How could I do that. Thanks in advance !!
--
José Checa Claudel - jcheca at uco.es - 957.211040
Servício de Informática
Area de Investigación y Docencia
_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://mail.opencms.org/mailman/listinfo/opencms-dev
More information about the opencms-dev
mailing list