I want to show an overlaying popup when I click on a button and hide it when I click on the button again. I have implemented it within a template and with an Ajax Update Area.
This approach WORKS when I am using this template as a screen task itself. But it DOES NOT WORK when I am using a screen task which implements the template with content.
It seems to be a weird behavior and therefore maybe a bug. Please see export file below, with the smallest possible number of Business Objects in order to reproduce the problem.
Process "AjaxTest_OnlyTemplate" works, which just implements the template as a screen task.
Process "AjaxTest_TemplateWithContent" does not work, which implements a screen which inserts the template with some content.
I want to show an overlaying popup when I click on a button and hide it when I click on the button again. I have implemented it within a template and with an Ajax Update Area.
This approach WORKS when I am using this template as a screen task itself. But it DOES NOT WORK when I am using a screen task which implements the template with content.
It seems to be a weird behavior and therefore maybe a bug. Please see export file below, with the smallest possible number of Business Objects in order to reproduce the problem.
Process "AjaxTest_OnlyTemplate" works, which just implements the template as a screen task.
Process "AjaxTest_TemplateWithContent" does not work, which implements a screen which inserts the template with some content.
Export File
Thanks!
Martin