On 5/4/10 13:35 , webtier_at_javadesktop.org wrote:
> I'm trying to get a simple JSF 2.0 page to show using Glassfish V3 but I keep getting the following exception:
>
> javax.servlet.ServletException: PWC1232: Exceeded maximum depth for nested request dispatches: 20
>
> Here's my page index.xhtml under WebContent:
>
> From what I can find on google, it looks like the page is recursively trying to render itself and I have no idea why. I'm telling it to pass .xhtml pages through the Faces Servlet so I don't know why it would get stuck there. Any help would be appreciated. Thanks.
> [Message sent by forum member 'cain05']
>
What is the URL you are loading to see this behavior? That, combined
with your web.xml, might tell me more.
Ed Burns JSF spec co-lead and Mojarra implementation lead