response « Session « JSF Q&A





1. Cannot create a session after the response has been committed    stackoverflow.com

Opening the JSF page gives me the following exception:

Caused by: java.lang.IllegalStateException: Cannot create a session after the response has been committed
Here is the JSF code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML ...