Sorry guys, this was actually meant as a joke message to a friend, somehow I sent it here instead... kinda funny though ;)
Brady Moritz -----Original Message----- From: Brady Moritz [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 9:20 PM To: 'Tag Libraries Users List' Subject: RE: JSTL emulation We choose to withhold our extreme it knowledge from your benefit. Next please. Brady Moritz -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 5:50 PM To: Tag Libraries Users List Subject: Re: JSTL emulation At 02:41 PM 5/6/2002, Henri Yandell wrote: >This is probably for Shawn, but maybe another JSTL implementor. > >Is there any documentation describing how to add JSTL-EL support to a >taglib? None yet published that I'm aware of. Also, since this isn't part of the JSTL standard, it would necessarily be implementation specific. However, for the RI, you might take a look at: ExpressionEvaluatorManager.evaluate() in the org.apache.taglibs.standard.lang.support package. The methods are static, and the usage looks fairly straightforward. >That's one of the requests I have had for the String taglib that seem more >JSP 1.2/JSTL like. Others involve If-type tags and Iterator-type tags >which I think JSTL supports me in. Yep. See ConditionalTagSupport and LoopTagSupport in the JSTL PFD. -- Martin Cooper >Hen > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
