Re: SimpleSequence

2024-06-13 Thread Ingo Mahnke
its exact class (SimpleSequence), so it's > not because it comes from a template, and that's why it's already a > TemplateModel. > > Anyway, if you have to do that, there are a few approaches: > > 1. Copying: DeepUnwrap.unwrap can give you back a "plain&q

Re: SimpleSequence

2024-06-12 Thread Daniel Dekany
Maybe the application architecture can be improved to avoid this situation altogether? Because you have a TemplateModel instead of a plain object, yet you know its exact class (SimpleSequence), so it's not because it comes from a template, and that's why it's already a TemplateMod

SimpleSequence

2024-06-12 Thread Ingo Mahnke
Hallo!! As is see "toList()” in SimpleSequence is marked as deprecated. I have so search (no change of data) within my SimpleSequence. So how I can access the underlying list in a future proof way? THANK YOU Ingo