Re: inner tag

2002-02-15 Thread Shawn Bayern
On Fri, 15 Feb 2002, Ben Pezzei wrote: how is it possible to evaluate the inner tag lib? i read through the docs (eg EVAL_BODY_INCLUDE etc), but i think it's more difficult to accomplish this, than it looks like. As long as the body content for the outer tag (in the TLD) is JSP, the

Re: inner tag

2002-02-15 Thread Ben Pezzei
Hi Shawn thx for your reply. looks like my question was misunderstood. i didnt mean tag nesting in the jsp like For instance, suppose you have the text: foo:one one-foo:two /-three /foo:one say foo:one/ is a simple tag, which connects do a db and prints out some text. the

Re: inner tag

2002-02-15 Thread Shawn Bayern
On Fri, 15 Feb 2002, Ben Pezzei wrote: somewhere in the String dbText could be another taglib eg bar:two/, completely independend from the outer tag foo:one/. and this inner tag wont be evaluated. i dont know, what i have to do with the out stream do reeavaluate it (eg check for a tag or