[jboss-user] [JBoss Seam] - Re: Entities with one/many_to_many relationships and SEAM
trouby
do-not-reply at jboss.com
Wed Aug 16 17:04:42 EDT 2006
Yeah,
There was a little mistake, I used the 'EntityConverter' as for 'selectOneListbox' instead for the 'selectitems:convertEntity' tag,
anyway, this is the error I get now:
| Conversion Error setting value 'root.entity.Note at 105fece root.entity.Note at 4f0638' for '#{issue.notes}'.
|
Two options were selected, so it looks like each of the selected options converted to an entity via the converter but still there's a convertion error occures,
As the setNotes method is straight forward, here it is:
| private Collection<Note> notes;
| public void setNotes(Collection<Note> notes) {
| this.notes = notes;
| }
|
As always, thanks :)
Asaf.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965582#3965582
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965582
More information about the jboss-user
mailing list