Just a comment about the JSTL support to method calls. As there is
no explicity information that you could invoke methods, it can be
done. Try:

<%@ taglib prefix="c" uri=http://java.sun.com/jstl/ea/core %>

<c:expr value="$name.toLowerCase()"/>

(assuming that you have a string "name" attribute in scope).

I'm not not saying that method calls should be done, just
showing that can be archieved with JSTL.

Fernando


----- Original Message -----
From: "GRENET David" <[EMAIL PROTECTED]>
To: "Struts Developers List" <[EMAIL PROTECTED]>
Sent: Tuesday, January 22, 2002 1:32 PM
Subject: Re: 'Method call' taglib


> You're right, my examples are obviously not MVC-compliant. And I fear that
> so might be my *real* example, the one I needed the writeMethod tag for,
far
> too complicated to explain here ;) .
> Seeing there was no 'writeMethod' tag in the JSTL made me suspicious about
> my architecture but I still hoped that was a flaw on your side (I mean the
> jakarta project)... As to my taglib, it doesn't deserve to be hosted (and
I
> thought so even when it was still potentially MVC-compliant) : I just
wrote
> a simple "beta" version of it, hoping (once again) that you would have a
> real version for me.
> Thanks for your nice answer, anyway.
>
> David


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

Reply via email to