[jboss-user] [JBoss Seam] - selectitems and convertEntity
KimLord
do-not-reply at jboss.com
Wed Jul 25 10:40:30 EDT 2007
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
More information about the jboss-user
mailing list