Re: Updating specific zone instances in a loop.

2023-01-04 Thread JumpStart
Thank you Dmitry, that is exactly what I needed. Absolutely marvellous. I will try to put an example in JumpStart as soon as I can, because as far as I can tell there is no other documented example around of how to solve this problem or how to use RenderCommand used in this way. Cheers, Geoff

Re: Updating specific zone instances in a loop.

2023-01-03 Thread Dmitry Gusev
Hi Geoff, You can pass an instance of the RenderCommand that could capture the context, hopefully this snippet can give a hint. Regards, Dmitry for (int i = 0; i < emailIds.length; i++) { String emailId = emailIds[i]; boolean display = displayStatusArray[i]; // Set tempId for