xsp troubles with loops and an esql

2003-11-23 Thread gounis
hi people last days i'm in trouble trying to run a "recursive" - like SQL query in my table are rows with an id column and a column that specify the parent_id (row). so when i get a row (with id=10 for example) the i have to ask all the rows with the value 10 in column patent_id (but for each

Re: xsp troubles with loops and an esql

2003-11-24 Thread Christian Haul
[EMAIL PROTECTED] wrote: hi people last days i'm in trouble trying to run a "recursive" - like SQL query in my table are rows with an id column and a column that specify the parent_id (row). so when i get a row (with id=10 for example) the i have to ask all the rows with the value 10 in column

Re: xsp troubles with loops and an esql [solved]

2003-11-24 Thread gounis
thanx chris in the case someone else looking for something similar i post the code that now work for me i have to add AttributesImpl xspAttr tou my function and put all esql: in a try-catch http://apache.org/xsp"; xmlns:esql="http://apache.org/cocoon/SQL/v2";> void getChilds(St