qexo-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qexo-general] XqlServlet


From: Per Bothner
Subject: Re: [Qexo-general] XqlServlet
Date: Thu, 16 Jan 2003 08:11:03 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021202

Per Bothner wrote:
The variable $request is handled specially by the parser (XQParser).
It gets translated to a call to:
  gnu.kawa.servlet.GetRequest.getRequest()
See parseMaybePrimaryExpr.  This doesn't appear to be happening.

Ivelin Ivanov wrote:

By looking at the source of XqlServlet, can you tell what I am doing wrong?
Apparently CallContext.setInstance( ServletCallContext ) is not sufficient.

It looks like you have to compile with the static variable
Compilation.generateServletDefault set to true for the parser
to map $request to getRequest.
--
        --Per Bothner
address@hidden   http://www.bothner.com/per/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]