Hi,
 
I'm using a repeater in my template to display several rows and with each row I want to add some static text. My layout gets messed up when I have the following:
 

     <wt:repeater-widget id="test">
          test: <wt:widget id="nr"/>static text in between <wt:widget id="text"/><br/>
     </wt:repeater-widget>
 
For some strange reason, I get the following output:
 
<snip>
static text in between test: 4 test4
test: 2 test2
</snip>
 
So every bit of static text that's in between my widgets is only printed once and in front of everything!
 
I do think it should be possible to do this!
 
Greetings,
 
Jan

Reply via email to