Got an Xpage for displaying a read only document. 2 links at the bottom to Approve/Decline. They are URL Links. This is done via Blackberry.
Adding in new approval level at Blackberry stage so added combobox that does DBLookup into Group Members of a NAB Group. All this works and they can select name and Approve/Decline just fine.
On my form I added a text field for namFinalApprover. If I bind the Combobox to that field, it dissapears in the web page. If it is not binded then the name is not passed to the underlying doc.
Since my links are URL’s to backend agents I thought to pass the name via that route and fill in the doc field there, but cannot figure out how to grab that field.
My Question - How can I bind the combobox to the text field on the form and have it still show up on the xpage? If that is not possible how can I take the selected value of the combobox and put it into the URL string as a parameter when I call the backend agents. (I am already passing name of user who clicked the links and that works)
I am sure I am missing a very simple step. Any help in the right direction would be appreciated.
Thanks in advance,
Steven