xsp:logic how to ???

2002-09-26 Thread Jessica Niewint
Hi, it's me again ... could some one give me a hint how to use xsp:logic in the right way ? I have to generate a document structure like this: document section A chapter 1 chapter 2 section B chapter 3 My problem is to combine the logic with my esql

Re: xsp:logic how to ???

2002-09-26 Thread Christopher Painter-Wakefield
I'll take a stab at it... You don't need java for looping over the rows, that is already done by the esql logicsheet when you use esql:row-results. You can mix xsp:logic and ESQL tags as needed however. Here's some code (below) that might be close to what you want to do. Note I wasn't sure