[richfaces-issues] [JBoss JIRA] (RF-12943) ExtendedDataTable: filterType custom and clearing of filter input doesnt work correctly

Daniel G (JIRA) jira-events at lists.jboss.org
Mon Jun 17 09:12:21 EDT 2013


    [ https://issues.jboss.org/browse/RF-12943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782052#comment-12782052 ] 

Daniel G commented on RF-12943:
-------------------------------

Issue persists with RF 4.3.2.Final.

There is a simmilar issue with custom sortings (see description here: https://community.jboss.org/message/823397)

At least there's a workaround:
You have to ignore all setYourFilterPropery-Calls during RENDER_RESPONSE phase.
{code}if(FacesContext.getCurrentInstance().getRenderResponse()){
    // do nothing
}
{code} 
                
> ExtendedDataTable: filterType custom and clearing of filter input doesnt work correctly
> ---------------------------------------------------------------------------------------
>
>                 Key: RF-12943
>                 URL: https://issues.jboss.org/browse/RF-12943
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-tables
>    Affects Versions: 4.3.1
>         Environment: Tomcat 7, Mojarra 2.1.21
>            Reporter: dako ak
>              Labels: testcase_provided
>             Fix For: 4.3.3, 5-Tracking
>
>         Attachments: JSF2-RichFaces-Test.zip
>
>
> According to my appended test project:
> I have a simple extendedDataTable with one column (firstName) with a filter input component within the header. This is the default filter input created by the extendedDataTable. The second column (city) has a filterType="custom" and an inputText componenent within the header. The filterType attribute with value "custom" is ignored because the default input text is rendered too.
> The second problem with the input filter is that I can't clear this filter input text components by a a4j:commandButton. The table is correct filtered but the filter input text fields are not cleared.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list