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 !

