I want to create a Wicket panel as a replacement for the default (and not so beautiful) Spring Security Login page. The form itself is not a big thing, because it's just HTML, but I also want to view Login errors.
I saw many JSP snippets containing ${SPRING_SECURITY_LAST_EXCEPTION}
for viewing authentication errors, but how can I access this parameter from Wicket?