Hi guys,

Is there a way to test for file existence with JSTL?

I would like to do something like:

<c:if test="exists( $pic)">
  <img src="pics/<c:out value="$pic"/>" />
</c:if>

Thanks

Luca


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

Reply via email to