Re: [jira] Commented: (MYFACES-921) NullPointerException using inputSuggestAjax with Facelets

2005-12-16 Thread jacob
The "getSuggestedItemsMethod" should instead match the attribute name. Facelets works on a direct BeanProperty/Attribute -> TagAttribute within your document. "foo" would automatically be wired to "setFoo(...)" on your UIComponent. The documentation for InputSuggest specifies the attribute nam

[jira] Commented: (MYFACES-921) NullPointerException using inputSuggestAjax with Facelets

2005-12-16 Thread Peter Mahoney (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-921?page=comments#action_12360603 ] Peter Mahoney commented on MYFACES-921: --- I am having problems implementing the component handler. I have started by assuming the two argument method version, but I do

[jira] Commented: (MYFACES-921) NullPointerException using inputSuggestAjax with Facelets

2005-12-12 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-921?page=comments#action_12360216 ] Mike Kienenberger commented on MYFACES-921: --- I haven't looked at InputSuggestAjax, but my guess is that suggestedItemsMethod takes a method binding. You'll need