You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Dudu <ed...@yahoo.com.br> on 2006/01/25 14:18:17 UTC

ActionListener on NavigationMenuItem, nightly build of 25/janurary

Hi
The NavigationMenuItem of nigthly build has the feature ActionListener, who
is not working...
I tried to set the property and tha backing method is not called, but if I
set the backing method to a HtmlCommandButton for example, it works.

not works: <x:navigationMenuItem value="teste" itemLabel="label"
itemValue="90" actionListener="#{backing_sag_index.adicionaTab}" />

this works: <f:HtmlCommandButton value="teste"
actionListener="#{backing_sag_index.adicionaTab}" />

Thanks.
--
Dudu
`P