Hi,
When I try to access a protected URL in my webapp and get redirected to my form-based login page, the spring:message custom tags (and the fmt:message ones too) throw an exception because the message resource cannot be found. I guess it's got something to do with the request not going via the Spring DispatcherServlet. Is it possible to use message resources in the login page?
Cheers


Reply With Quote