I am working on a Java/J2EE & Spring based web application. We are using spring security configurations for login. I have a requirement and not getting how to implement it. Requirement: Whenever anonymous users clicks on 'View Address Book' link on home page they should be redirect to login/signup page. and the header of login/signup page should be set to "Please login/signup to view your address book".
Now, here I am not getting based on what parameter I should change login/signup page heading.
Please suggest. Reference to specific files/steps will be appreciated.
Regards, Arun