[jboss-user] [JBoss Seam] - JSF ValueChangeListener ???

waheed.murad do-not-reply at jboss.com
Fri Mar 16 06:49:53 EDT 2007


Hii...

i am using Value change listener. this event is fired after AppyRequestValues Phase of JSF. but i want it to be delayed and fired after UpdateModelValues. i am using it in my code as given below...

<h:selectOneMenu id=" comid" onchange="this.submit()" value="..." valueChangeListener="#{MyClass.myFunction}">
....
....
</h:selectOneMenu>

And my backend code(myfunction):

public void myFunction(ValueChangeEvent evt){
...
...
..
}

Thanks in advance

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028732#4028732

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028732



More information about the jboss-user mailing list