Hi!
...
In particular, I wanted to write a logicsheet, that processes a
<browseable-table> tag. The logicsheet template takes parameters, such as
<offset>, <limit> and <query>. The values for these parameters come from
the request or from the session. I was not able to pass these parameters
to the logicsheet _and_ use them in ESQL at the same time,
are you talking about use-limit-clause parameter? Similar to this should work:
<esql:use-limit-clause><xsp-session:get-attribute name="limit"/></esql:use-limit-clause>
even though I
spent days on the problem and asked for help on cocoon-users. So I decided
to break up the problem into two steps. My XSP logicsheet produces input
for the SQLTransformer and so on... But this is off-topic here.
Realizing that SQLTransformer is an evolutionary dead end, I guess I will revisit my original problem. There go a few more days :-(
My first choice was ESQL. And I also noticed SQLTransformer is absent from
Cocoon 2.1.
huh? http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/src/blocks/databases/java/org/apache/cocoon/transformation/
Vadim