|
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
|
- [More Detailed/Workaround] [Woody] Repeater in TemplateTran... Jan Hoskens
- [More Detailed/Workaround] [Woody] Repeater in Templat... Jan Hoskens
- Re: [More Detailed/Workaround] [Woody] Repeater in... Bruno Dumon
- Re: [More Detailed/Workaround] [Woody] Repeate... Joerg Heinicke
- Re: [More Detailed/Workaround] [Woody] Rep... Bruno Dumon
- Re: [More Detailed/Workaround] [Woody] Repeater in... Tim Larson
