Results 1 to 1 of 1
- 07-15-2009, 10: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
-
Why doesn't this work?
By Corder10 in forum New To JavaReplies: 1Last Post: 07-04-2009, 10:33 PM -
dispose() does not work here
By arunkumarinfo in forum NetBeansReplies: 4Last Post: 02-01-2009, 12:16 PM -
Int does not initialize, will this work?
By starchildren3317 in forum New To JavaReplies: 2Last Post: 07-09-2008, 10:42 PM -
Synchronization Doesn't seem to work
By sherinpearl in forum Threads and SynchronizationReplies: 1Last Post: 04-23-2008, 06:30 PM -
how would i get this to work...?
By deeadeed in forum New To JavaReplies: 6Last Post: 12-06-2007, 02:58 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks