How can I use the Spring 2.0 security tag to get the user information?
In acegi security, we used:
But that doesn't work anymore.Code:<authz:authentication operation="id"/>
I've already tried to use following
without success... can somebody point me in the right direction?Code:<security:authentication property="principal.id"/> <security:authentication property="id"/>


