Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
iw_iterate tag behaviour TS 5.5.2 <==> 6.7.1
System
Hallo
I'm migrating from TS 5.5.2 to TS 6.7.1
I got some problems with DCT/DCR.
This dcr fragment:
[html]
/htdocs/img/ico_demo.gif
prova
[/html]
is matched by this PT:
[html]
<br> #printing image<br> <img src="{iw_value name='immagine.URL'}" alt="{iw_value name='immagine.alt'}" align="{iw_value name='option.align'}" border="0"/><br>
[/html]
In the old TS 5.5.2 the iteration always reaches the "printing image" section, in the new TS 6.7.1 it doesn't reach it if "immagine.link.options" records are not filled
Anybody knows why?
thanks, Claudio
Find more posts tagged with
Comments
nipper
What type of template is defined in the templating.cfg ? XML or IWOV ? XML needs dcr.Root.image
Migrateduser
xml
i'll try, tnx