Uploaded image for project: 'Click'
  1. Click
  2. CLK-765

ActionButton doesn't works with Apache Click 2.3.0

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Not A Problem
    • 2.3.0
    • None
    • core
    • None
    • Apache Java mySQL Linux

    Description

      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 ?

      Attachments

        Activity

          People

            Unassigned Unassigned
            cfoiret Christophe FOIRET
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: