entity « RichFaces « JSF Q&A





1. Entity List getter in a JSF / JPA webapp using RichFaces    stackoverflow.com

When I use a richFaces datatable and a rich:colapsibleSubDataTable to display a list of child objects, the list will not show unless - in the entity class - I replace:

 @XmlTransient
 ...

2. JSF entity conversion error: rich suggestionbox Conversion Error setting value '*' for 'null Converter'    stackoverflow.com

I am using rich:suggestionbox.

  • Select a suggestion from the suggestion box
  • Then save my form
  • It raises the validation error saying rich suggestionbox Conversion Error setting value '568-UNIMED-2005' for 'null Converter'.
I need help with
  • What ...