> -----Original Message-----
> From: kiuma [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 17, 2002 1:12 AM
> To: Struts Users Mailing List
> Subject: Re: [STRUTS] tag for...
> 
> After a good time configuring and searching packages I have the libs, 
> but not the docs.

Uh, yeah, well, there is the README.  That provides background on the
library and its purpose.  The "struts-html-el.xml" (and other) files contain
the tag documentation that will eventually go into a form like Struts
provides, but I couldn't figure out how best to do that.

In general, however, there isn't a lot to understand.  If you know how to
use the Struts tag library, and the JSTL tag library, that's almost all
there is to know.

> I'll test it later.

Note that Struts-EL has a "strutsel-exercise-taglib" application, which is
like "struts-exercise-taglib", except it uses a combination of Struts-EL and
JSTL tags, and it has an additional feature of being able to see the JSP
source for each test.

Also note that Struts-EL has a relatively large set of Cactus-based unit
tests.  There's still quite a few tags untested by that process, but there
are still quite a few covered there (even several which were a pain to write
the test for).

> Ps.: is it a good policy the use of so many external libs ?

It's the nature of building layered architectures.  If you look at the
actual code for the Struts-EL tags, you'll see that it is really a very
simple layer on top of Struts and the JSTL EL engine.  You get BOTH kinds of
music, for only a nickel :) .

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

Reply via email to