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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...