I want to show content to any user that is logged in and to hide if they are not logged in. I\'m using jsp\'s and spring security.
Obviously a home grown solution i
You can use Spring EL in the tag , like this:
<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags" %> YES, you are logged in!