> I think that's the ticket.

Yes, Tim, but I'd like to be able to differentiate between "user not logged in" - 
session.isNew() and "user logged in, but error in web-app" - !session.isNew() and 
session.getAttribute( "userID" ) == null.

Is there a way to call a method from EL? Like:

<c:set var="login" value="${session.isNew()}"/>

Or would this defeat the purpose of introducing EL?

Nix.

Reply via email to