You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Frank Bille Jensen (JIRA)" <ji...@apache.org> on 2007/12/06 19:56:52 UTC

[jira] Updated: (WICKET-860) GoAndClearFilter doesn't reset filter form fields

     [ https://issues.apache.org/jira/browse/WICKET-860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frank Bille Jensen updated WICKET-860:
--------------------------------------

    Fix Version/s:     (was: 1.3.0-rc2)
                   1.3.0-rc3

> GoAndClearFilter doesn't reset filter form fields
> -------------------------------------------------
>
>                 Key: WICKET-860
>                 URL: https://issues.apache.org/jira/browse/WICKET-860
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>            Reporter: Tauren Mills
>            Priority: Minor
>             Fix For: 1.3.0-rc3
>
>
> This problem is happening in GoAndClearFilter and FilterForm which are in wicket-extensions, but I'm testing the problem with wicket-phonebook which uses these classes.
> When running wicket-phonebook with filters set, clearing the filters makes the list go back to the default, but the filter form controls are not reset to the default.  Thus, to clear the filters and then refilter on different criteria, the user must manually delete the contents of the text fields and change the drop downs to blank.
> Examining the code in GoAndClearFilter shows that originalState is being kept, which is used for refreshing the table.  But I'm unclear on how to reset form filter values. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.