I am looking for a complete example on using Spring MVC, facelets and Richfaces without using SWF. Actually I am trying to use the Richfaces suggestionbox component with Spring MVC, JsfView and facelets. Please help.
Richfaces suggestionbox expects a list of model objects. How can I return a list of model objects from a spring mvc controller which suggestionbox can understand.