On Fri, 1 Sep 2000, Ulrich Mayring wrote: > Hi, > > is it possible to access the result of an SQL taglib query in the same > XSP page? Something like this: > > > .... > select foo from bar where baz = 1 > > > > if (foo.equals("something")) ... > else ... > ... > > > The only way I could think was to use response.sendRedirect after the > SQL query and redirect to the same page, but passing on the result of > the query as a request parameter. not using the sql logicsheet, no. you can do it using the esql logicsheet though. - donald