Results 1 to 1 of 1
- 07-15-2009, 11:50 PM #1
Member
- Join Date
- Jul 2009
- Posts
- 1
- Rep Power
- 0
richfaces InplaceSelect: valueChangeListener does not work
The listener method never gets called. What am I doing wrong here? BTW, I am using richfaces version 3.3.1.
<rich:inplaceSelect value="#{AddPromotion.selectedProvider}"
defaultLabel="Click here to choose a provider"
valueChangeListener="#{AddPromotion.populateProvid erId}">
<f:selectItems value="#{AddPromotion.providerList}" />
</rich:inplaceSelect>
public void populateProviderId (ValueChangeEvent event) {
System.out.println ("populateProviderId() called");
}
Similar Threads
-
dispose() does not work here
By arunkumarinfo in forum NetBeansReplies: 5Last Post: 12-28-2013, 06:42 PM -
Why doesn't this work?
By Corder10 in forum New To JavaReplies: 1Last Post: 07-04-2009, 11:33 PM -
Int does not initialize, will this work?
By starchildren3317 in forum New To JavaReplies: 2Last Post: 07-09-2008, 11:42 PM -
Synchronization Doesn't seem to work
By sherinpearl in forum Threads and SynchronizationReplies: 1Last Post: 04-23-2008, 07:30 PM -
how would i get this to work...?
By deeadeed in forum New To JavaReplies: 6Last Post: 12-06-2007, 03:58 AM
Bookmarks