I am new to ICEfaces and trying to run one sample example with DataTable & DataPaginator and i am getting the below error (if i am running with out paginator its working fine)
Can some one help me in this regard.
Thank in advance.
************************************
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
I had the very same problem. It was due to having the paginator component outside of a <ice:form> tag. If you enclose the data paginator in <ice:form> ... </ice:form> it should work.