> Expression evaluation doesn't filter out characters that are
> sensitive in HTML (like '<'). Consider a common case where
> you accept input from a user into a text field, store it in
> your database, and then display it (on a different page) with
> something like this:
>
> <td>${customer.name}</td>
>
Not only this, but it's also very ugly :-)
If you want to have an expression language, why don't you use XSLT?
Now really, is there a case where you actually _need_ JSTL / EL
functionality in
an MVC conform jsp?
Leon
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]