I'm using acegi along side webflow and I wish to retrieve the current users name and bind it to a field in my object. I managed to do this when using MVC with the following.I'm not sure if this was the best way of doing it but it worked ok. How do I go about doing this in webflow?Code:String user = request.getSession().getAttribute("ACEGI_SECURITY_LAST_USERNAME").toString();


Reply With Quote