Servlet « Seam « JSF Q&A





1. javax.servlet.ServletException - how could i get to the cause?    stackoverflow.com

i'm getting a very strange error while opening one of the pages in my web app. The application is built on Seam 2.2 and is using JSF (RichFaces) in the presentation ...

2. JSF inside custom Servlet    seamframework.org

I have a custom Servlet where I receive parameters from clients in the form http://localhost/httpinterface/documents?id=XXXX&user=YYYY. The servlet extracts these parameters, performs query to the DB and returns a list of documents, which I want to display using JSF controls (e.g. data grid...) to help users navigate between the documents and also easier to manage the states. Without JSF, I would need ...