RE: OT: Seeking Opinions

2002-03-17 Thread Stacy Young
CF is quite scalable. Not to mention the next version being J2EE...and as far as it being incomplete, Jakarta is only scratching the surface on the depth and capabilities that CF covers... If that's not enough, CF can also use any JSP taglibs as well. Cheers -Original Message- From:

Double EL indirection in STL?

2002-03-17 Thread Lee Crawford
I'm trying to determine if there's a way to express the equivalent of: ${${x}} in the STL EL. This yields an exception in the current beta release of the STL. For instance, I'd like the following: c:set var=x value=y/ c:set var=y value=1234/ c:out value=${${x}}/ to yield:

Re: Double EL indirection in STL?

2002-03-17 Thread Shawn Bayern
On Sat, 16 Mar 2002, Lee Crawford wrote: I'm trying to determine if there's a way to express the equivalent of: ${${x}} in the STL EL. This yields an exception in the current beta release of the STL. Good question, Lee. The EL doesn't support this, primarily (in my opinion)