into an .xsp file i have
..
..
<xi:include href="cPlace.xml"/>
..
..
and work fine
the i try to put some logic
..
..
<xsp:logic>
String thePage= <xsp-request:get-parameter name="page"/>;
if (thePage.equals("place")){
<xi:include href="cPlace.xml"/>
}
</xsp:logic>
..
..
i dont get any error message
but i dont see the included file ...!!
can anyone help me?
i want to include a file into an .xsp page based in a give parameter when
i call this .xsp
thnx
Stavro Kounis
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>