[jboss-user] [JBoss Seam] - Re: Fill selectOneMenu on page load.

2007-02-19 Thread petemuir
try h:selectOneMenu value=#{foo.bar} |s:selectItems value=#{billAdmin.languages} var=language label=#{language.name} / |ec:convertEntity | /h:selectOneMenu View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018722#4018722 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Fill selectOneMenu on page load.

2007-02-19 Thread grdzeli_kaci
hi petemuir. i tryed this: 1.my session bean : | @Local(BillAdminManagement.class) | @Stateless | @Name(billAdmin) | @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW) | public class BillAdminManagementBean implements BillAdminManagement{ | | @PersistenceContext

[jboss-user] [JBoss Seam] - Re: Fill selectOneMenu on page load.

2007-02-19 Thread petemuir
That (obviously) is a problem with your converter. Either try the entityConverter as I suggested or take a look at the Seam ui-example for how to write a suitable converter. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018733#4018733 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Fill selectOneMenu on page load.

2007-02-19 Thread grdzeli_kaci
petemuir wrote : That (obviously) is a problem with your converter. Either try the entityConverter as I suggested or take a look at the Seam ui-example for how to write a suitable converter. ok i tryed to write own converter, i got it from wiki : 1.Converter | import java.io.Serializable;

[jboss-user] [JBoss Seam] - Re: Fill selectOneMenu on page load.

2007-02-19 Thread petemuir
grdzeli_kaci wrote : i could not find about converter into seam-ui examples. | examples/ui/src/org/jboss/seam/example/ui/Converters View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018755#4018755 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Fill selectOneMenu on page load.

2007-02-19 Thread grdzeli_kaci
Great Thanks petemuir, i got seam from CVS and i found your examples and all works fine. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018806#4018806 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4018806