convertEntity « Seam « JSF Q&A





1. How to use s:convertEntity with h:selectManyCheckbox and s:selectItems?    stackoverflow.com

I'm having a problem with <s:convertEntity> in <h:selectManyCheckbox>. I'm getting this error:

Unkown Entity com.example.EntityName
But with my entity I can persist and retrieve values from it. Here is the code:
<h:selectManyCheckbox ...