XPages & Picklist

I found a way for selection data from a picklist with XPages as follow link:

http://www-10.lotus.com/ldd/ddwiki.nsf/dx/Create_a_Picklist_View_in_X-Pages

My Question:

I have a inputfield with multiple values. I would like to add some values from the picklist. Can I bind the first column of the picklist to the inputfield? So that the existing values are marked (ckecked=true) in the first column? The first column have a check box option. But how can I checked the Checkbox automatically?

Thanks for help.

Subject: Picklist Example Db

Mark Hughes’s Picklist Example Db can be found here: http://mhughes.focul.co.uk/Picklist%20Example.zip

and here is where his original blog post can be found: Getting Creative With Domino Web Development: Xpages: How to create a view picklist!!

If you look at the example Db he’s able to populate default choices into the picklist dialog which sounds just like what you want to do.

Subject: populate default choices

Exactly, I want to populate default choices into the picklist.

Sadly, the default choices are just availbale during the same document is open. If you save your choice, open your document and finally the picklist again you won’t find any default choices based on the field in the document :frowning:

I need to be able to connect the field with the picklist strongly. Therefore if you disable a choice the value has to be removed from the field.

Thanks for another Feedback.