No, Jakarta Taglibs is a collection of open-source taglibs, most of which
have nothing to do with JSTL.  Jakarta Taglibs *also* happens to offer the
JSTL reference-implementation, under the name "Standard Taglib."

-- 
Shawn Bayern
"JSP Standard Tag Library"   http://www.jstlbook.com
(coming in July 2002 from Manning Publications)

On Thu, 30 May 2002, Chen, Gin wrote:

> Hi Shawn,
>       Sorry, I didnt understand what you mean by "moving to JSTL".
> I thought that the latest stable build for the Taglibs on Jakarta's site WAS
> the JSTL implementation.
> Thanks,
> -Tim
> 
> -----Original Message-----
> From: Shawn Bayern [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 29, 2002 4:20 PM
> To: Tag Libraries Users List
> Subject: Re: xtags:parse
> 
> 
> You can't use one JSP tag within another.  I would advise moving to JSTL,
> where you can retrieve information out of the session using the expression
> language.  In JSTL, what you're trying to do looks like this:
> 
>   <x:parse xml="${sessionScope.flowxml}" var="mydoc" />
> 
> 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to