1. javax.servlet.ServletException: PWC1232: Exceeded maximum depth for nested request dispatches: 20 stackoverflow.comI get this error when I deploy my JSF page. I use Hibernate. I want to create a simple JSP form with one Java class. javax.servlet.ServletException: PWC1232: Exceeded maximum depth ... |
2. Pass expired session variable value in to a subsequent request stackoverflow.comI have a JSf application and users call that application from an another site (assume test.com ). When calling the my app from test.com it send me a get parameter ... |