Re: esql nested queries

2003-03-10 Thread Tim Myers
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

Re: How to use logicsheet tag

2002-07-03 Thread Tim Myers
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

Re: Form Validator

2002-06-30 Thread Tim Myers
> > 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

Re: [C2.0.1] session:set-attribute

2002-03-12 Thread Tim Myers
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

Re: [C2.0.1] session:set-attribute

2002-03-12 Thread Tim Myers
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

Re: [C2.0.1] esql:group/eqsl:member

2002-03-11 Thread Tim Myers
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

Re: [C2] esql:group, esql:member

2002-03-11 Thread Tim Myers
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

Re: [C2.0.1] esql:group/eqsl:member

2002-03-11 Thread Tim Myers
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

Re: [C2] esql:group, esql:member

2002-03-11 Thread Tim Myers
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

Re: aggregation problem between xml and xsp

2002-03-08 Thread Tim Myers
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