[opencms-dev] help test a jsp page

Pedro Padron padronpedro at gmail.com
Thu Aug 19 23:29:21 CEST 2004


Hi.. I already create a modulo, and subfolder jsptemplate and elements

now I'm creating test page... so I created in subfolder "template" a
master template named "master_escritorio" into this file a I have a
reference to jsptemplate/mi_escritorio.jsp

Into subfolder "jsptemplate" I have a file named mi_escritorio.jsp and
his code is...

<%
    cms.include("../elements/encabezado.jsp");
%>

So, I have another subfolder named "elements" with encabezado.jsp file
with this code

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
width="970" height="92">
<param name="movie"
value="<cms:link>../images/flash_top_mi_escritorio.swf</cms:link>">
<param name="quality" value="high">
<embed src="<cms:link>../images/flash_top_mi_escritorio.swf</cms:link>"
quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="970"
height="92"></embed></object>

A flash movie.. this file was uploaded into subfolder "images"

But, when I try to run encabezado.jsp.. the web browser don't show
anything, a white page.

the URL is (into a intranet)

http://soc-3300vpc:8080/opencms/opencms/system/modules/fritonet/elements/encabezado.jsp

So please .. am I doing everything right??.. .. please help me is urgent-



More information about the opencms-dev mailing list