Thorsten,
This message belongs on users.
You can't nest that way because as soon as you hit the nested execute-query
everything from the outer query is pushed onto a stack and is inaccessible.
You need a int ap_id = before the
inner query begins and then use ap_id in the inner query
to recall
you just need as="array"
and you will get a String[]
On Wed, Jul 03, 2002 at 11:42:56AM -0600, Matthew Hailstone wrote:
> I'm trying to access multiple values of a request parameter resulting
> from a multiple select HTML element.
>
> String stateString = "CA";
> int iLen
> > My other question with the DBAuth stuff is can cocoon run the submitted
> > password through MySQLs PASSWORD() function? I would really like to be
> able
> > to keep the password column in the table encrypted and still be able to
> use
> > the DBAuth stuff.
sometime slightly less than a year
elly wrote:
> Hi Tim!
>
> On Tue, Mar 12, 2002 at 05:35:41AM -0500, Tim Myers wrote:
> >
> > I can't find XSPRequestHelper.setSessionAttribute
> >
> > I haven't update cvs in more
I can't find XSPRequestHelper.setSessionAttribute
I haven't update cvs in more than a week,
but here's what i see in the relavent template:
request.getSession().setAttribute(
String.valueOf(),
);
You cer
ot on any of the mulberry xslt lists.
If someone can figure out how to represent it, it will fix the bug.
Tim
On Mon, Mar 11, 2002 at 10:52:21AM -0500, Tim Myers wrote:
> Chris Haul,
>
> it can't be a connection pool problem-- the whole idea of
> esql:group/esql:member is
Hey Torsten,
> > The other patch will allow looping to be controlled completely from
> > the outside of esql. This just entails exposing "next-row" and is
> > "more rows?" functionality through the logic sheet. Also, the
> > calls will have to be made available to descendents of
> > not just
Chris Haul,
it can't be a connection pool problem-- the whole idea of
esql:group/esql:member is to do everything with one query.
The endless loop is almost certainly happening while xalan is
transforming the code (recursive application of one of the
templates). The problem with not keeping th
Hey Chris
Just a heads up. I'm going to submit two patches in the near future for esql.
One is to fix the footer behavior-- since the footer occurs after the comparison, if
you put an in the footer it returns data for the next row. it should
return data for the most recent row.
The other pa
you generate before you aggregate, right?
On Sat, Mar 09, 2002 at 10:12:16AM +0530, Niket Anand wrote:
> Hi All,
> I am facing a problem on aggregation of xml and xsp page.
> It works fine if there is no tag in xsp.
> If I put it in Xsp and aggregating with xml file. It doesn
10 matches
Mail list logo