You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Bob Schellink (JIRA)" <ji...@apache.org> on 2011/04/28 15:56:03 UTC

[jira] [Closed] (CLK-765) ActionButton doesn't works with Apache Click 2.3.0

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

Bob Schellink closed CLK-765.
-----------------------------

    Resolution: Not A Problem

We've been through this before. Ask questions on the user list, JIRAs are for bugs.

> ActionButton doesn't works with Apache Click 2.3.0
> --------------------------------------------------
>
>                 Key: CLK-765
>                 URL: https://issues.apache.org/jira/browse/CLK-765
>             Project: Click
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 2.3.0
>         Environment: Apache Java mySQL Linux
>            Reporter: Christophe FOIRET
>            Priority: Critical
>
> When i put in a search form an ActionButton which allows user to clear values in the fields to reset criterias.
> I put this code
> ActionButton clearButton = new ActionButton("Effacer les critères", this, "onClear");
> ...
>     public boolean onClear() {
>         formSearch.clearValues();
>         return true;
>     }
> and when i click on the button, nothing happens
> I change ActionButton by an ActionLink and it works well ! Why ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira