Hi,
I'm trying to do a simple multiple selection list where the user can add String values. The operation for adding these values is through a simple _javascript_ method, using the new Option mechanism.
However, when the form is submitted, I always get a Validation error. Going through the code, I see that at some point the component expects the value to be a SelectItem object, but obviously it isn't, as it has been added dynamically using _javascript_.
I was wondering whether this is the correct bahaviour or I am missing something, because I can't make a simple selection list work :-(
Regards,
Enrique Medina.
- Dynamic multiple selection list with Javascript breaks JSF Enrique Medina

