Nested Spring Beans in Freemarker

Dear all,

in Freemarker I use a spring bean to load text from a database. The template is:

${textbausteine.load('whatshallido')}

and it loads the template from the database. When the template is plain text oder includes other referenced variables, everything works fine.

But when the template includes a springbean itself like

Better go to the ${textbausteine.load('cinema')} today.

This is then not evaluated.

Any ideas?

Hi @Tristan1,

can you provide a simple failing test case to reproduce the issue?

Best regards,
Philipp