[jboss-user] [JBoss Seam] - Re: conversion support for selectManyCheckbox?

2007-05-07 Thread hstang
Thanks Peter, appreciated. http://jira.jboss.com/jira/browse/JBSEAM-1302 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043752#4043752 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043752 __

[jboss-user] [JBoss Seam] - Re: conversion support for selectManyCheckbox?

2007-05-07 Thread petemuir
Can you add a jira issue, I'll take a look. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043746#4043746 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043746 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: conversion support for selectManyCheckbox?

2007-05-07 Thread hstang
OK... I looked at the UI example, and fair-enough it works. However, it works for a List implementation. The conversion error I encountered was when I had a Set implementation (see above). So the quick fix was to change my implementation to List. Is this really necessary? View the origi

[jboss-user] [JBoss Seam] - Re: conversion support for selectManyCheckbox?

2007-05-07 Thread petemuir
You used to have to, but you don't anymore. There is an example using a selectMany in the ui example (n.b. it doesn't matter if its checkboxes or a list - they are the same in JSF). Does a dropdown list work? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40

[jboss-user] [JBoss Seam] - Re: conversion support for selectManyCheckbox?

2007-05-07 Thread hstang
Where do you do that? The docs says for s:convertEntity "Assigns an entity converter to the current component. This is primarily useful for radio button and dropdown controls." As well, ConvertEntity doesn't know anything about converting to a list, which is what I need in this case. View the

[jboss-user] [JBoss Seam] - Re: conversion support for selectManyCheckbox?

2007-05-07 Thread fhh
You have to specify the entity class for selectMany. See docs. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043715#4043715 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043715 __