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>
  | 
  | 

One thing that i'm not sure about, In the html code, I see that the generated 
selectbox options look like this:

  | <selectitems:convertEntity 
entityClass="edentity.entity.Note"></selectitems:convertEntity><select 
id="j_id37:setnotes" name="j_id37:setnotes" multiple="multiple" size="10">      
  <option value="[EMAIL PROTECTED]">Note1</option>
  | 

Is this is how it should be? in none-multiple selectbox I see the ID as the 
value option.

thanks a lot.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966143
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to