You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Sebastian Hauer <ha...@uni-freiburg.de> on 2000/03/06 17:10:07 UTC

XSP built-in objects problem

Hi,

I have a problem accessing the built in xsp objects that are listed in the
ducumentation from:

http://xml.apache.org/cocoon/xsp.html

It said that "request" and other objects will be accesible in XSP pages.

But trying to use request I got:

----------------------snip-------------------------------------------
      java.lang.Exception: XSP Java Compiler: Compilation failed for
_sh3_xsp.java
      25: Undefined variable or class name: request
          String req=request.getQueryString();
--------------------snap---------------------------------------------

I'm using cocoon 1.7 with JServ 1.1 and JSDK 2.0. What am I doing wrong?


Thanks in advance,

		Sebastian