XPages Type Ahead and Multiple Values frustration
Here's the scenario. I've got an edit box which holds multiple names, when the page is in read mode I can display those names separated by a new line "\n". However, I'm wanting to use the type ahead functionality to pick multiple names, which isn't a problem. The problem is I can't figure out how to get the names selected from the picker to show in the field separated by anything other than a comma and all on one line, which makes it impossible to see what values are in the field. I've tried the Multilne Edit Box but you can't use type ahead functionality with that control. I've tried all different kinds of things with the Suggestions Separator and Client Separator properties, the edit box's multipleSeparator property and using some javascript to change how it displays, the only result I get is that the type ahead stops working, there are no errors just no type ahead.
Don't get me wrong here, I've totally enjoyed delving into XPages, but it's little things lke this that really frustrate me. Something that is so polished and fairly easy to get used to there seems to always be these little gotcha moments along the way
Rant off











