Xpages - Call SS submit from CS possible?

Hello all,

I’m pretty sure this isn’t possible, but if you don’t ask you’ll never know :slight_smile:

Can you trigger a server side submit event from client side?

The reason I want to do this is that I have a checkbox group which is presented to the end user in a dijit dialog box. In the dijit dialog box there is a button to hide it when the user is done, however if you attach any server side code to the button (such as submit), it breaks the dijit dialog box. You can only use client side code on it, it seems. What I would like to do is, when the user has selected their values and closes the box, a computed field on the main form shows them what they have selected. As the checkbox group is bound to a sessionScope variable, as far as I know, I need to use a SS submit to pull the values out of the checkbox group and store it in the scope.

Any help(including alternatives for achieving the above) is greatly appreciated :slight_smile: