use of tags within scriptlets?

2002-02-07 Thread Lomvardias, Christopher
Hi, I'm just getting started working with some of the Jakarta Taglibs. One thing I'm interested in doing is something like this. Let's say I've run a query and returned a result and want to place the value of a column into local variable. This obviously bombs. sql:statement id=stmt1 conn=conn1

Re: use of tags within scriptlets?

2002-02-07 Thread Shawn Bayern
On Thu, 7 Feb 2002, Lomvardias, Christopher wrote: Hi, I'm just getting started working with some of the Jakarta Taglibs. One thing I'm interested in doing is something like this. Let's say I've run a query and returned a result and want to place the value of a column into local

Re: use of tags within scriptlets?

2002-02-07 Thread bayard
Is it not possible to call the libraries that are underneath the taglibs? I've not delved into other taglibs much, but the way I've been writing mine is that the taglib is really just an adaptor that sits on top of a generic Java library. That way, the user can call the library if need be. Bay