I have 2 domino views bound to an xpage. view1 and view2. In a repeat control I would like to calculate to which view I want to bind the repeat control.
In the repeat control, data, value , you have for example # view1 ,(as data source) if you don't calculate anything. When I use ssjs and I return view1 , it's not working.(the repeat control doesn't bind to view1)
What do I have to return in ssjs to bind the repeat control to view1 ?