Re: attribute initialization

2002-02-28 Thread Shawn Bayern
On Thu, 28 Feb 2002, Thomas Colin de Verdiere wrote: if we had : mytags:MyTag attr1=true/ //first mytags:MyTag/ // second instance then for the second instance attr1 is not false but true : as the container could use MyTag first instance from the first instanciation. This is a very good

Re: attribute initialization

2002-02-28 Thread Thomas Colin de Verdiere
Thank you so much Shawn Shawn Bayern wrote: On Thu, 28 Feb 2002, Thomas Colin de Verdiere wrote: if we had : mytags:MyTag attr1=true/ //first mytags:MyTag/ // second instance then for the second instance attr1 is not false but true : as the container could use MyTag first instance from the

debugging query text for DBTags

2002-02-28 Thread Chaudhary, Shahbaz
It seems there is no way to print out a query between query tags without first assigning a query to a string variable, then printing that variable out later. This is extremely important when slightly complicated queries are being dynamically generated (changing, WHERE or GROUP BY clauses, etc.).

RE: debugging query text for DBTags

2002-02-28 Thread Renick, Garrel
Shahbaz, If you would rather use existing tags to do this instead of scriptlets, you could set an attribute at page scope using the Page taglib and then print it. To make the printing more dynamic, I believe you could use the Application taglib to check for an initialization parameter, and