FacesServlet « Servlet « JSF Q&A





1. Resolve EL variables in Javascript with FacesServlet    stackoverflow.com

I was externalizing in a file all my Javascript code inside and application, and to resolve all the EL variables inside the code I tried to use BalusC solution 2 proposed ...

2. FacesServlet and URL Mapping in Web.xml    stackoverflow.com

HI, We are declaring the FacesServlet and its URL mapping in the Web.xml. From my understanding, FacesServlet loaded only once at the server startup. URL mapping is used only when first time JSP ...

3. FacesServlet Servlet 3.0 Async Support    stackoverflow.com

Does the FacesServlet in JSF 2.0 support the servlet 3.0 async features?