dev@jsf-extensions.java.net

using actionListeners with avatar

From: Roger Keays <roger.keays_at_ninthavenue.com.au>
Date: Tue, 11 Jul 2006 23:42:49 +1000

Hi there,

Is avatar known to work on command buttons which use action listeners
instead of method binding expressions? When I try, I can see the
conversion & validation happening, but my action listeners aren't invoked.

   <h:commandLink onclick="new Faces.Event(this); return false;" value="add">
     <n:setProperty target="${entities.selected}" value="${item}"/>
     <f:actionListener type="steelmax.actions.AddFreight"/>
     <f:actionListener type="figbird.commerce.actions.AddToOrder"/>
   </h:commandLink>

Or maybe something else could cause this problem?

Thanks in advance,

Roger

-- 
----------------------------------------
Ninth Avenue Software
p: +61 7 3137 1351 (UTC +10)
f: +61 7 3102 9141
w: http://www.ninthavenue.com.au
e: info_at_ninthavenue.com.au
----------------------------------------