<%! String errorMessage = null;%> <% errorMessage =
(String) request.getAttribute("shiroLoginFailure"); if
(errorMessage != null) {%> Invalid Login: <%=errorMessage%>
Enter login information...
<% } else {%>
Enter login information...
<% }%>-- View this message in context: http://shiro-user.582556.n2.nabble.com/Login-failing-tp7578071p7578080.html Sent from the Shiro User mailing list archive at Nabble.com.
