Hello,
I dropped my 2.0.1 templates into a new 2.1 RC2 install & have been
re-configuring my template, paragraph and dialog trees. Its been
tedious, especially with having to define the lables in a properties
file in support of i18n.
My 1st page is working. I created a paragraph on the page, but it
doesn't render. If I 'Edit', the content is there, but as I say, no
paragraph is output.
I used to know the cause behind these symtpoms, but have become a little
rusty at troubleshooting these content issues. I think there's either
something wrong with the paragraph definition, or with the CMS tags on
the paragraph template.
Should the templates just drop right into the new version, or are there
new taglibs to import or other new standards to comply with in coding
the CMS nodes?
The way I typically have coded them is like this...
<cms:ifNotEmpty nodeDataName="title">
<tr>
<td class="<cms:out
nodeDataName="class_title"/>"> <cms:out nodeDataName="title"/></td>
</tr>
</cms:ifNotEmpty>
My editor doesn't like the way I have double quotes nested within double
quotes, but it has always worked on older versions of the CMS.
Regards,
Bob Van
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------