Andrew Savory wrote:

>Hi,
>
>Can someone spot my deliberate mistake here? It's driving me up the wall
>trying to find out why Cocoon doesn't like the following:
>
><xsp:page language="java"
>  xmlns:xsp="http://apache.org/xsp";
>  xmlns:xsp-request="http://apache.org/xsp/request/2.0";>
>
>  <xsp:logic>
>    String uri = null;
>    uri = <xsp-request:get-uri/>;
>  </xsp:logic>
></xsp:page>
>
>Help!
>
>
>Andrew.
>
You can use like: uri=request.getRequestURI();

Regards.
Yury.




---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to