2 Replies Latest reply on Aug 18, 2009 12:10 PM by jamesjmp

    Invoke ValueChangeListener, ActionListener methods from SeamTest

    sskm78
      I have a icefaces page in which i have drop downs and command links.  I have associated ValueChangeLister and ActionLister methods to them.  However, when writing a SeamTest i am unable to call these methods. If i give invokeAction(#{myBakingBean.valueChangeMethod}); then it says no such method exists.  It is actually looking to invoke valueChangeMethod() without any parameters. however, our intention is to invoke valueChangeMethod(ValueChangeEvent vEvent).  Can anybody help in resolving this?