Hi,

You will need to provide more information to get any assistance.  Can
you include the page source.

regards Malcolm Edgar

On Fri, Apr 29, 2011 at 12:17 AM, easydoor958
<[email protected]> wrote:
> 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 ?
>
>

Reply via email to