> -----Ursprüngliche Nachricht----- > Von: Mark Lowe [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 11. November 2004 11:04 > An: Struts Users Mailing List > Betreff: Re: talking about paradigms > > I don't think EL breaks the MVC pattern. Although it leaves you free > to do so if you so wish. I don't see a world appart from using > > <bean:write name="person" property="name" /> > > <jsp:getProperty name="person" property="name" /> > > <c:out value="${person.name}" /> > > ${person.name}
No, but what about <c:out value="${library.books[25].page[5].title}" /> ? (not sure about the syntax). > > More to he point the fmt tag lib put the presentation control back in > the hands of the site builder. Otherwise you end up addressing view > issues in your actions or even action forms. And what about database access tags? It's the same thing, why there are no pointers in java (besides that it's meanwhile impossible because of the gc): give the user something which can be misused, and he will. Leon > > Mark > > On Thu, 11 Nov 2004 10:42:27 +0100, Rosenberg, Leon > <[EMAIL PROTECTED]> wrote: > > Hi, > > > > since we started talking about paradigms... how does JSTL and especially > > EL fit into MVC paradigm? > > > > Or, the better question, why does struts support EL nowadays, when it > > breaks the paradigm? > > > > Regards > > > > Leon > > > > > > --------------------------------------------------------------------- > 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]