Back Forum Reply New

Richfaces ExtendedDataTable issue

Hey guys,

I followed the directions to implement richfaces with spring webflow.  Thus far, I am loving the integration.  However, I have notice that when I use a extendeddatatable and I use the context menu to group by a column, when I expand or collapse the group header the page is re-rendered, and the state of the table is not preserved.

And help or advice would be much appreciated.

Matt

This was my issue:
browse/SWF-1152

Apparently the documentation is incorrect.

lt;!-- add in the flow controller for richfaces and ajax integration --gt;
lt;bean class=quot;org..webflow.mvc.servlet.Flo  wHandlerAdapterquot;gt;       lt;property name=quot;flowExecutorquot; ref=quot;flowExecutorquot;/gt;
lt;property name=quot;ajaxHandlerquot;gt;lt;bean class=quot;org..faces.richfaces.RichFac  esAjaxHandlerquot;/gt;       lt;/propertygt;   lt;/beangt;
¥
Back Forum Reply New