I am designing an email client system using JSF Framework. The UI should be capable of taking multiple recipient address in the same inputText field each of which is separated by commas(,).
How can i achieve this?
I am designing an email client system using JSF Framework . The UI should
Share
As per the comments:
You could implement a
Converterfor this.Use it as follows:
with