For example I have PersonEntity and want to use it in rich:comboBox. I must specify converter for this entity (otherwise toString of PersonEntity will be used). PersonConverter return firstname and lastname - "John Smith" and there can be many persons with same name and surname, so converter's getAsObject method will fail to distinguish them and wrong enity will be choosed. So, what should I do?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I think you cannot do anything as soon as they are strings. You could modify your [John Doe] [John Doe (2)] [Arthur Miller] Then you have to ensure that your |
|||
|
|
