Search code examples
javatapestry

tapestry4 forward error


anyone can decrypt below error and explain what cause this error?

http://paste.ideaslabs.com/show/jrscSzhcW


Solution

  • 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.