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@105fece
root.entity.Note@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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...