[opencms-dev] Help with JSPTemplate navigation
sendoa.urieta at ienet.es
sendoa.urieta at ienet.es
Tue Jun 17 11:56:00 CEST 2003
Hi all,
I´m working with JSP templates and I have a big problem. My JSP template is
made with frames and I want to do a navigation in one of the frames (like a
localizator to know where I am) but I don´t know how obtain the folder of
the document to do the navigation.
JSP template:
<frameset rows="7*,558,69*" border=0 frameborder=0 framespacing=0 cols="*">
<frame src="<cms:link>../elements/1.jsp</cms:link>" marginwidth=0
marginheight=0 scrolling="no" noresize name="1">
<frameset cols="*,780,*" border=0 frameborder=0 framespacing=0>
<frame src="<cms:link>../elements/2.jsp</cms:link>" marginwidth=0
marginheight=0 scrolling="no" noresize name="2">
<frame src="<cms:link>../elements/cas/detalle.jsp</cms:link>" name="5"
marginwidth=0 marginheight=0 scrolling="no" noresize>
<frame src="<cms:link>../elements/3.jsp</cms:link>" marginwidth=0
marginheight=0 scrolling="no" noresize name="3">
</frameset>
<frame src="<cms:link>../elements/4.jsp</cms:link>" marginwidth=0
marginheight=0 scrolling="no" noresize name="4">
</frameset>
<noframes>
</noframes>
And I want to show in the detalle.jsp a navigation of this folder:
CRL/cas/Contenidos/Quienes_Somos
Please if someone can help me?????
Thanks in advance,
Sendoa
More information about the opencms-dev
mailing list