[jboss-user] [JBoss Seam] - Re: Entities with one/many_to_many relationships and SEAM

trouby do-not-reply at jboss.com
Fri Aug 18 14:13:40 EDT 2006


Hey,
really weird, I use Seam with GlassFish, and GF comes with JSF1.2RI,

It seems to be a native JSF error message..
Here's my JSF code:


  |                                
  | <h:selectManyListbox id="setnotes" size="10" value="#{issue.notes}" required="true">
  | <f:selectItems value="#{noteListForSelectbox}"/>
  | <selectitems:convertEntity entityClass="edentity.entity.Note"/>
  | </h:selectManyListbox>
  |                                     
  | <span class="errors"><h:message for="setnotes" showDetail="true"/></span>
  | 
  | 


Anyway, I'm pretty sure that the SelectItem's code is not executed at all... :-/


Any ideas how to debug where it fails?

thanks a lot.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966132#3966132

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966132



More information about the jboss-user mailing list