I'm trying to pull some data from a list on another page, my render
tags work but the data that's returned doesn't display in the correct
order that the list appears in, in Smart Tree has anyone experienced
this?
<reddot:cms>
<foreach itemname="item"
object="Context:CurrentPage.Elements.GetElement(anc_auditHome).Value
[Int:0].Elements.GetElement(lst_navigation).Value"
countername="counter">
<htmltext>
<a href="<%!! Store:item[Int32:counter].GetUrl() !!
%>"><%!! Store:item[Int32:counter].Elements.GetElement
(hdl_title).Value !!%></a>
</htmltext>
</foreach>
</reddot:cms>
Problem.... if the list in smart tree appears as
1
2
The render tag above returns
2
1
even if I change the order and change it back.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"RedDot CMS Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/RedDot-CMS-Users?hl=en
-~----------~----~----~----~------~----~------~--~---