Question

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.

Was it helpful?

Solution

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.

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top