[jboss-user] [JBoss Seam] - Re: selectOneMenu binding to session object

2007-06-23 Thread joeyxxx
The issue with this solution is that the converter is coupled to the User class 
and so will only work if the list being displayed by selectOneMenu is the one 
in the user class. It isn't an issue in my particular application though. 

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

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


[jboss-user] [JBoss Seam] - Re: selectOneMenu binding to session object

2007-06-22 Thread joeyxxx
Thanks Pete. Will check out Rick's tutorial. I actually went thru his facelets 
tutorial not too long ago.
If only the valueChangeEvent or selectOne objects had an index attribute that I 
could read, I could use that same index to retrieve the the selected item from 
my list. Seems like an odd omission to me but then I'm new to JSF. I probably 
need to research it more.

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

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


[jboss-user] [JBoss Seam] - Re: selectOneMenu binding to session object

2007-06-22 Thread [EMAIL PROTECTED]
You need a JSF converter - JSF can't handle object in select boxes.  Take a 
look at Rick Hightowers tutorials on Developer Works for a good intro to this.

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

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