Updating specific zone instances in a loop.

2023-01-03 Thread JumpStart
Hi all, Let’s say I have loop around a zone, and on a particular event I want to render just the 2nd and 4th instances of the zone. How do I do that?

Re: Avoiding page loading

2023-01-03 Thread JumpStart
Thank you Ben. I may have to go this route if I can’t find a way to make the page much lighter to load. Geoff > On 28 Dec 2022, at 5:55 pm, Ben Weidig wrote: > > Hi Geoff, > > I've read through the SoftReference documentation and as far as I > understand it the references do only get

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