aspose file tools
The moose likes JSF and the fly likes Issue With selectOneMenu ValueChangeListener Not Firing Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Issue With selectOneMenu ValueChangeListener Not Firing" Watch "Issue With selectOneMenu ValueChangeListener Not Firing" New topic
Author

Issue With selectOneMenu ValueChangeListener Not Firing

Pol Appan
Ranch Hand

Joined: Aug 26, 2004
Posts: 144
I have an issue with two selecOneMenu in my jsf page.

I have the following code where when I change value in first selectOneMenu, valuechangelistener fires and loads values in second selectOneMenu.

When I change a value in second selectOneMenu, its valuechangeListener is supposed to fire and populate values in other inputText. However when I change a value in second selectOneMenu, it's valuechangelistener is not firing. What could be the reason for this behavior?

My JSF version is 1.1 and page scope is request.

Any help is highly appreciable

Code



Never take anything for granted because you never know when you will lose it
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14487
    
    7

JSF Rule #1: Whenever things don't work right, promote the backing bean to session scope (or at least View scope, where applicable).

And just in case you were wondering, Rule #2 says "the more JSF-specific code in an class, the higher the probability it was improperly designed". But you're safe on that one for the moment.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Issue With selectOneMenu ValueChangeListener Not Firing
 
Similar Threads
JSF drop down problem
Value Change Listener
SelectOneMenu submit not working
A Problem with events
JSF component binding does not get updated correctly