> But i am wondering, because you have observed that the list is
> returned correctly.
yeah, the method is definitely getting called the way it is. I can put
breakpoints in there and they always get hit when I type something into
my text box.

> Are there any js related errors?
Not according to the Firefox console or Firebug.

> Please also try to use the latest nightly build from sandbox, which
That is actually the build I started with. I downgraded in hopes of
changing something, but nothing did.


Does the dojo code in the page source look reasonable? Does it look
comparable for those people who have the component working?


Thanks.

On Tue, 2008-29-01 at 11:27 +0100, Gerald Müllan wrote:
> Hi,
> 
> normally you have to specify the suggestedItemsMethod  with the "get"
> as a prefix because the component does a methodBinding.
> 
> So, in your case it would be
> 
> suggestedItemsMethod="#{formsBackingBean.getBuildIncomeExpenseCodeSuggestionList}"
> 
> But i am wondering, because you have observed that the list is
> returned correctly.
> 
> Are there any js related errors?
> 
> Please also try to use the latest nightly build from sandbox, which
> can be found at
> 
> http://people.apache.org/builds/myfaces/nightly/
> 
> Does this change anything?
> 
> cheers,
> 
> Gerald
> 

Reply via email to