Making images appear on will

hi all ! I want to know if its possible to make a image appear depending on a JSP value. For example

<c:if test="${cell==1}">

<c:out value="HOLA" />

<img src="/Medex/Imagenes/Soccer_ball_bounces.gif" width="156" height="104" />

</c:if>

What Im trying to do its to substitute images or show different animated images depending on some values.

Thanks a lot and merry christmass !

[603 byte] By [juanmanuelsancheza] at [2007-10-2 8:36:19]
# 1
Yes you can do that exactly as you have asked? have you tried it and it doesn't work for you?
gmachamera at 2007-7-16 22:37:53 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

yes it works, but I made I mistake and was not working in the begining, thats why I asked.

my error was that I forgot to put

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

Thanks a lot for the answer anyway.

juanmanuelsancheza at 2007-7-16 22:37:53 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...