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 '[EMAIL PROTECTED] [EMAIL PROTECTED]' 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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to