Rajat Parashar
02/29/2024, 8:21 AMMarvin
02/29/2024, 11:04 AMRajat Parashar
02/29/2024, 11:05 AMMarvin
02/29/2024, 11:08 AMvar current_session = runtime.getCurrentSession();
current_session.set("property", value);
If you want to update the page you would set the value on the view or modal then call this.render()
which my understanding calls getContext
and would update the template with the latest variables that are returned in that function.Rajat Parashar
02/29/2024, 11:09 AMRajat Parashar
02/29/2024, 11:10 AMRajat Parashar
02/29/2024, 11:10 AMRajat Parashar
02/29/2024, 11:11 AM