Reputation: 35689
anyone can decrypt below error and explain what cause this error?
http://paste.ideaslabs.com/show/jrscSzhcW
Upvotes: 0
Views: 83
Reputation: 36640
your Home page implementation is recursively throwing a RedirectException.
Open your Home class and figure out why you are causing redirection to the same page.
If you were to paste your code (Home.java) someone could help you further.
Upvotes: 1