Does anybody know which order are the pages of a list processed when 
looping thru it using the foreach Render tag?

This is the code I'm using:

<reddot:cms>
  <foreach itemname="item" 
object="Context:CurrentPage.Elements.GetElement(lst_Products).Value" 
countername="counter">
    <htmltext>
      ...
      Name: <%!! Store:item[Int32:counter].Headline !!%>
      ...
    </htmltext>
  </foreach>
</reddot:cms>


Keep in mind that any changes made in the Page Order of the list is not 
reflected on the rendered result.

Thanks
Carlos Martinez

-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to