2 Replies Latest reply on Mar 19, 2008 9:31 PM by german.otero

    Seam value is not valid Javassist

    german.otero

      Hi, i having a problem with seam that is similar to this link below.


      http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123484#4123484


      In One to many relations or Many to Many, or simple in a Home (getResultList()). I get a List with

      com.example.myProyect.Area_javassist.xxxxx


      and, when i have a SelectManyBox, and his converter


      <h:selectManyListbox value="#{campainHome.instance.criterion}" id="areas" size="#{evaluationCriteriaList.resultList.size > 10 ? 10 : evaluationCriteriaList.resultList.size}">
          <s:selectItems value="#{evaluationCriteriaList.resultList}" var="criteria" label="#{criteria.name}" />
          <s:convertEntity />
      </h:selectManyListbox
      


      So when i submit the page, i get a  value is not Valid sign.



      Tnks