I am having an XPage application with an option to send mail to the registered users with specific link. We basically have options to open it in a Browser and in the Client. For browser we use an simple http link, however, for notes the mechanism is to use the following:
notes://servername/databasepath/XpageName.xsp?OpenXPage&documentId=documentUniqueID&action=editDocument
The problem here is that, if we open(using the above link) an XPage containing a custom control with checkbox, it would stay in disabled mode. The same thing works perfectly fine if directly opened in client without using the link. Also, the checkbox stays disabled only when the field binding is done, hence, if there is no field binding, then it works perfectly fine. Is this a bug? (Its kind of pointless to add code here but please let me know if the question is not clear)
Any help would be appreciated. Thanks :)
I am having trouble modifying the checkbox value (it stays disabled) from notes client.