Hi all,
My InputSuggestAjax works just fine. However, for some reason I can not
access its value when the form that it's part of is submitted. Here's the
code:
<s:inputSuggestAjax suggestedItemsMethod="#{
search.getSelectItems}"
itemLabelMethod="#{search.getSelectItemLabel}"
value="#{search.chosenValue}"
charset="utf-8">
<f:converter converterId="inputSuggestAjaxConverter" />
</s:inputSuggestAjax>
For some reason, my bean's getChosenValue always returns null.
What could I be doing wrong?
Thanks for any help,
Hennie Brugman