Caricamento...<c:forEach var="messaggio" items="${messaggi}">
<c:choose>
<c:when test="${UtenteLoggato != null}">
<c:choose>
<c:when test="${UtenteLoggato.id == messaggio.mittente.id || UtenteLoggato.id == messaggio.destinatario.id}">
Se l'utente loggato é lo stesso del mittente del messaggio oppure il destinatario é l'utente loggato
</c:when>
<c:otherwise>
ELSE
</c:otherwise>
</c:choose>
</c:when>
<c:otherwise>
ELSE
</c:otherwise>
</c:choose>
</c:forEach>
Lascia un commento
Copyright © 2005 - 2010 :: ianaz - created by Silvio Rainoldi