Re: Fwd: question on writing a taglib that uses EL

2002-10-14 Thread Shawn Bayern
On Mon, 14 Oct 2002, Donald Ball wrote: > which is all well and good, but it ties my taglib to the JSTL RI, > which is not the Right Thing to do, I'd think. How do you evaluate > EL's without using the org.apache JSTL RI? Under JSTL 1.0, there is no standard API, so you need to pick an implement

Fwd: question on writing a taglib that uses EL

2002-10-14 Thread Donald Ball
Hi guys. I'm writing a taglib that generates a generic expand/collapsible hierarchical menu widget from a Map of Maps and Strings. I would like my taglib to allow (require?) the user to use EL expessions instead of <%= %> (RT?) expressions in its attributes. From the examples in the JSTL RI, I sup