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

Reply via email to