users@woodstock.java.net

Popup menu's eventListener/eventListenerExpression attribute doesn't work with facelets

From: janylj <lijun.yan_at_expeditors.com>
Date: Mon, 18 Feb 2008 10:55:42 -0800 (PST)

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.