I am developing web application for mobile phone users.
There is a requirement that i sholud do different things by user's input ,such as user input "001",he wants query his salary -QueryController ;"002"- he want to do something else - LogoutController.
Before do this,i need check his certificate,and i user a signonInterceptor for this .
How can i do next step ,after user is validated , invode QueryController or ohters i want ? :?: