This content has been marked as final.
Show 1 reply
-
1. Re: Rich datatable + datascroller issue
marczeeee Feb 10, 2011 7:40 AM (in response to marczeeee)The problem is found, caused by a context parameter in the web.xml:
{code:xml}
<context-param><param-name>facelets.BUILD_BEFORE_RESTORE</param-name><param-value>true</param-value></context-param>{code}After deleting this code everything looks like working normally.