Hello,
We tried these two ways to use Woodstock Popup menu just as the code example
in the documentation.
1:
<webuijsf:actionenu id="popup1" items="#{popUp.optionItems1}"
eventListener="#{popUp.selectedItem}"/>
2:
<webuijsf:menu id="popup1" items="#{popupBean.optionItems}"
eventListenerExpression="#{popupBean.selectOption}"/>
However, with Facelets 1.1.12 (or 1.1.13), the expression/method binding
with eventListener/eventListenerExpression attriubte is never called. We are
not sure whether it's a Woodstock problem or Facelets. But these two
attributes don't seem in the JSF 1.2 spec.
Any ideas? Thank you very much.
--
View this message in context: http://www.nabble.com/Popup-menu%27s-eventListener-eventListenerExpression-attribute-doesn%27t-work-with-facelets-tp15547484p15547484.html
Sent from the Project Woodstock - Users mailing list archive at Nabble.com.