Re: freemarker @s.property within @s.text not working

2007-07-12 Thread Adrian Ost
Adrian Ost schrieb: hi all, Iterating over a List type arrayList works fine just like this: <@s.iterator value="%{myList}" > ... <@s.property /> ... BUT this is not working: <@s.iterator value="%{myList}" > ... <@s.text name="<@s.property />" />

freemarker @s.property within @s.text not working

2007-07-12 Thread Adrian Ost
hi all, Iterating over a List type arrayList works fine just like this: <@s.iterator value="%{myList}" > ... <@s.property /> ... BUT this is not working: <@s.iterator value="%{myList}" > ... <@s.text name="<@s.property />" /> ... Result in HT