I use ig:link like this :
<ig:link value="AJOUTER" immediate="true" smartRefreshIds="MainGrid,messageErreurs" actionListener="#{operateursBean.ajouter}"></ig:link>
<h:messages id="messageErreurs" showDetail="true"></h:messages>
I can see the ajax request in the log server, but it never call my method #{operateursBean.ajouter}, and i have no error messages.
if I use the checkbox component it works :
<ig:checkBox smartRefreshIds="MainGrid" label="CheckBox" valueChangeListener="#{operateursBean.ajouter}"></ig:checkBox>
getOperateurs().add(0, o);
view.getGrid().dataBind();
}
ajouter();
Victor
Hi, Capjtel!
Which build number is used? And wich version of JSF implementation? I've tried the situation with development branch, JSF 1.2 and the <ig:link actionListener="#{MyBean.actionMethod}"> works. Check this in the next hotfix, please. For date of release please see Grigor Svetoslavov's blog.
Best Regards, Nina