I am trying to use selectitems  but am getting the following error:

<s:convertEntity> Tag Library supports namespace: 
http://jboss.com/products/seam/taglib, but no tag was defined for name: 
convertEntity

I am using version 1.2.1 of Seam but am not sure how to set up the 
convertEntity.  This is what I have:


  | <h:selectOneMenu id="inputMethods" 
value="#{dataEntryHome.instance.inputMethodType}" required="true">
  |                                     <s:selectItems 
value="#{enumeratedTypesList.resultList}" var="enumeratedTypes"
  |                                                    
label="#{enumeratedTypes.name}"
  |                                                    noSelectionLabel="Select 
an InputMethodType..."/>
  |                                     <s:convertEntity />
  |                                 </h:selectOneMenu>
  | 
Am I missing a jar file?
Thanks,
Kim

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

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

Reply via email to