Hi!

I'm using T5.0.18.

I have a form containing a loop with possibly hundreds or even thousands of
items. My problem is that when the numbers grow, the t-formdata string grows
to be about 500.000 characters.

The loop consists of objects that extend from a type I've contributed a type
coercer to and from string for. I've also specified a PrimaryKeyEncoder that
converts to string and from string for the looped items.

I've tried setting loop attributes volatile="true" and formState="none",
none of them caused any significant changes to the size of the t-formdata
string.

Any pointers on where to look to solve this problem?

Reply via email to