2 Replies Latest reply on Feb 27, 2007 6:08 PM by pmuir

    a javax.faces.convert.Converter that is a Seam component ?

    codelion

      An enum converter is nice, but one step further we'd like to implement a javax.faces.convert.Converter that for its getAsObject does a query. In contrast, the getAsString was easy.

      Would be nice to use an @In EntityManager entityManager.

      Question: What kind of component (with what annotations) would that have to be so it can be used as a javax.faces.convert.Converter and yet have a working @In EntityManager entityManager?

      PS: If you didn't figure already, this is meant for a dynamic list in JSF, built from a list of entities that rarely but sometimes changes.