« Return to Thread: Escaping EL in JSTL

Re: Escaping EL in JSTL

by M. Tinnemeyer :: Rate this Message:

Reply to Author | View in Thread

Ups

the code was:

<c:if test="${ foo != null }">
   ...
</c:if>


On May 13, 2009, at 7:31 PM, M. Tinnemeyer wrote:

> Good evening,
>
> I use Velocity to generate several Jsp pages. This works quite well  
> as long as I do not use EL expressions like:
>
> <c:forEach items="${foo != null}" var="bar">
> ...
> </c:forEach>
>
> I tried to escape the $ sign by using a backslash or but then  
> Velocity stumbles upon "!=".
> #set( $D = '$' ) like stated in the user-guide did not improve the  
> situation.
>
> Does anybody have a clue on this ?
>
> Maybe there is a way to exclude a whole line from being parsed by  
> Velocity ?
>
> Kind regards
> Marc Tinnemeyer
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@...
> For additional commands, e-mail: user-help@...


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@...
For additional commands, e-mail: user-help@...

 « Return to Thread: Escaping EL in JSTL