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

Reply via email to