Hello,
I have an xPage with a listbox on it.
The listbox is filled with a clientside javascript.
The listbox is connected to a field on a Data Document (NotesForm).
This is an editable text field that may have multi values (textlist).
The listbox is filled well but after saving the list is not in the Notes backend document.
When I also fill a hidden multi line editbox and bind it to the notesfield the value is stored in the backend document, but only strings are possible and I need a textlist.
I tried to fill some scope variables but the problem is getting the value out of the listbox, not the saving part.
I think it is a known problem, I found some workarounds on the internet but none of them worked out.
One of them was saving the value in the querysavedocument, but the saving is not the problem I think, it is getting the listboxvalue out of the memory of the browser.
Of course I can solve it with a serverside javascript but I want the xPage to be fast and every partial refresh takes a few seconds.
Doe anybody has a solution or workaround?
Thanks,
Jan-Willem