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}

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.

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]

Reply via email to