Hello everyone,
I have an issue with my application which has an impact on the performance. I hope you can help me in this topic.
So, what do I have:
I have a view A which imports another View B. This import shall be done if a boolean in View A is set true. In Order to achieve this I filled the ‘Rendered’ property with that boolean.
But I am still observing that the View B is initialized everytime I call View A, even if not needed (boolean set false).
I also tried to wrap the import with an if-construct and set the ‘Value’ property to that boolean but I am still not obtaining the behavior I want.
Is there any way to implement this behavior?
Thanks for you help.
#webMethods-BPMS#MWS-CAF-Task-Engine#webMethods