0

How do I make the xpages extensions name picker multiple value? I have it working just fine but only for a single value. I am not seeing any multivalue property.

Bruce Stemplewski
  • 1,343
  • 1
  • 23
  • 66

2 Answers2

4

Under All Properties on the field you are writing the names to, set the multipleSeparator to use commas and semi-colons. Also set the multipleTrim to True to remove leadng and trailing white space. In the picker, users can select one name at a time, and as they add them they are appended to the list. Pressing OK writes all the selected values to the field.

RoyRumaner
  • 769
  • 1
  • 9
  • 29
0

Add the Namepicker from Ext Lib. Use Multiline edit box and use Multiple seperator as Comma or New line. Regards, Pranesh