On Sun, 10 Aug 2003, Marco Tedone wrote:

> Date: Sun, 10 Aug 2003 23:33:14 +0100
> From: Marco Tedone <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: Struts Users Mailing List <[EMAIL PROTECTED]>
> Subject: Re: JSTL and Struts-el
>
> Are you telling me that ${customer.name} it's enough for Struts-el to look
> for a customer bean stored in any scope and process a getName() method? If
> so, that's great.
>

Yep.  Thos is also true for JSTL tags in general (and EL expressions
throughout JSP 2.0).

> Would it be a good approach to have taglibs, jstl and struts from their
> respective bundles? I downloaded taglibs (complete version, nightly build)
> and I suppose there is something similar for JSTL. This way we are
> guaranteed to run always the last versions.
>

Well, JSTL is just *one* of the Jakarta Taglibs libraries.  If that is the
only one you're going to use, you don't need all of them.

> For stuff, mainly in my project I'll need to present bean information and to
> cycle through collections, more or less what an enterprise application is
> made of, isn't it? One risks to get bored :))
>
> Good night,
>
> Marco

Craig

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

Reply via email to