Hi
When I use a rich:modalPanel with rich:dataTable and filterValue in a rich:column and enter a value in the filter field the value won't be stored in the backingbean.
My code looks like:
<rich:modalPanel ...>
<rich:dataTable var="cap" ...>
<rich:column title="..." filterBy="#{cap.zipCode}" filterEvent="onkeyup" filterValue="#{dlvOrd.zipCodeFilterValue}">
<h:outputText value="#{cap.zipCode}"/>
</rich:column>
</rich:dataTable>
</rich:modalPanel>
read in developer guide about form's usage limitation in Modal Panel section.