Once the user successful login to the system, the system will redirect the user to the homepage. Now my problem is, if the user clicks on the view account page without login
java.lang.IllegalStateException: Cannot forward after response has been committed
The exception is fairly clear:
What doesn't make sense?