This content has been marked as final.
Show 1 reply
-
1. Re: Can I trigger a suggestionBox wtihout filter criteria?
jjmiller Aug 23, 2011 6:23 PM (in response to jjmiller)I've found a solution for this. For any who come across this post, here's how I got this working:
<a4j:commandLink value="..." onclick="#{rich:component('XXXX')}.callSuggestion(true);" />
Where XXXX is the ID of your suggestionBox.