my little question is how to define a relative destination path starting in the current namespace of the caller, not of the position where the template is located.
both pages include a button calling a form located at :templates:forms:myform
both start pages call the same form,
myform uses action template and is using folowing template :templates:newpage
so what ist the destionation entry to create a new page in examplespace1 if called from examplespace1 and create a newpage in examplespace2 if called from examplespace2.
my little question is how to define a relative destination path starting in the current namespace of the caller, not of the position where the template is located.
example: page avail - my_worknamespace:examplespace1:start my_worknamespace:examplespace2:start
both pages include a button calling a form located at :templates:forms:myform both start pages call the same form,
myform uses action template and is using folowing template :templates:newpage so what ist the destionation entry to create a new page in examplespace1 if called from examplespace1 and create a newpage in examplespace2 if called from examplespace2.