5 Replies Latest reply on Nov 30, 2007 8:48 AM by dbinder

    Seam 2.0.1 Entity converter problem

    dbinder

      Playing with a seam / hibernate / tomcat configuration, I switch to a 2.0.1 snapshot (about ten days ago) to test the entity converter with hibernate session. When I submit forms the entity are not "converted back" from the store.
      I set breakpoints in the converter methods. The method getAsString is called bu getAsObject is never called

      here is the piece of code of the view :

      <h:selectManyListbox value="#{fUInstance.roles}">
       <s:selectItems value="#{allRoles.resultList}" var="rol" label="#{rol.roleName}" />
       <s:convertEntity />
      </h:selectManyListbox>
      


      Has someone made experiment using hibernate session with converter ?

      David