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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to