> -----Original Message-----
> From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 10, 2003 2:13 PM
> To: Struts Users Mailing List
> Subject: Re: Using JSTL tags instead of Struts tags
> 
> 
> 
> 
> 
> 
> 
> On Thu, 10 Jul 2003, Mark Lowe wrote:
> 
> > Date: Thu, 10 Jul 2003 15:29:07 +0100
> > From: Mark Lowe <[EMAIL PROTECTED]>
> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> > To: Struts Users Mailing List <[EMAIL PROTECTED]>
> > Subject: Re: Using JSTL tags instead of Struts tags
> >
> > I started using JSTL but found that it encouraged site builders to
> > start embedding logic in JSP's.
> 
> I'd sure be interested in some examples of this.  JSTL doesn't really
> provide anything more than what you could do yourself with scriptlets
and
> runtime expressions -- indeed, it's a lot LESS than what you could do
with
> those things, in addition to doing it much more succinctly.

JSTL does have a few tags that deal with the backend, say the query tag:
<sql:query ..., with this you can pull data directly in a Jsp page
without going through a controller layer. But this doesn't necessarily
mean JSTL encourage you to do it this way.

Saul

> 
> I guess you could say my viewpoint on this is exactly the opposite.
> 
> Craig
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


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

Reply via email to