How to use CONTROL SUBCISPAGE2?

Tell me please how to program in a language NATURAL specify a value for calling CIS sub page (control SUBCISPAGE2):

DEFINE DATA
LOCAL

1 INFOPAGE / * value subcispageprop

 2 CHANGEINDEX (U) DYNAMIC INIT <'???????????'>
 2 PAGE               (U) DYNAMIC INIT <'?????????????'>

END-DEFINE

Sincerely, Alexander

Hi Alexander,

The SUBCISPAGE2 control is not officially supported for NATPAGE layouts.

The reason is: You ususally would specify a relativ url. But when doing so you end up in the same CIS session/subsession which is already bound to the Natural application containing the SUBCISPAGE2 control. This won’t work.

If you specify an absolute URL (http://localhost:8080/cisnatural/servlets/StartCISPage?PAGEURL=
you will get a new session/subsession. But you usually don’t know the absolute URL on the Natural side.

So, sorry, not officially supported for NATPAGEs yet.

Best Regards,
Christine