i'm ussing s:selectItems and s:convertEntity with seam 1.2.1
i get a list of entities converted perfectly but the selected entity does get not into the
context or anything, is there anything else i'm missing.
by the way i'm also using facelets, ajax4fs and richfaces.
mi bean looks like this
@Name("typeHome")
| @Stateful
| @PerNestedConversation
| public class TypeHome extends EntityHome<Type> implements TypeHomeInterface {
|
| @In(required = false)
| @Out(required = false)
| private Type type;
and mi xhtml:
<h:selectOneMenu value="#{type.group}" >
| <s:selectItems value="#{groups}" var="group"
label="#{group.name}" noSelectionLabel="Please Select..."/>
| <s:convertEntity />
| </h:selectOneMenu>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037146#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...