Hi, I am using wicket + wicket-security (swarm) configured with Basic HTTP authentication (subclass of UsernamePasswordContext etc). I would like to display the name of the currently logged in user on the page header, but I cannot find any way to get hold of that information outside of the UsernamePasswordContext . And in the UsernamePasswordContext I cant put the info anywhere useful, AFAIK.
Any pointers? :-lj
