[Tip] Problem with valueChangeListener

On March 16, 2011, in JSF, JSF 2.0, by lucasterdev

When using the valueChangeListener attribute, you have to keep in mind that the method registered as valueChangeListener is invoked before the new value is set.

 

Leave a Reply