The following error message is shown when an action method of a <h:commandLink/> JSF tag is called:
PWC3999: Cannot create a session after the response has been committed
The meaning of the error message is very straightforward, but my question is how the response could have been committed before the action method finishes execution.
(This error is only occurring time to time, not every time the commandLink is clicked.)

