That won't work as the render tag will be processed before the list.

However you can do the following to accomplish what you are trying to do:

In the properties of your list placeholder, check the option that says 
"Transfer element content of following pages"

For any element you with to print create a placeholder of the same type 
and name as the element you want to read from. For example if you have a 
Standard Field named stf_Value on each of the pages in your list the 
code would look like this:

<!IORangeList>
    <li><a href="<%lst_List%>">
        <%stf_Value_%>
    </a></li>
<!/IORangeList>


That should do the trick.

bobbykjack wrote:
> I have a List 'Block Mark' and wish to access each item inside it
> using render tags. I'll be using something like this:
>
> <!IORangeList>
>     <li><a href="<%lst_List%>">
>         <reddot:cms>
>             <%!! CurrentListItem.Elements.GetElement(...) !!%>
>         </reddot:cms>
>     </a></li>
> <!/IORangeList>
>
> The "CurrentListItem.Elements.GetElement(...)" is the bit that I need
> a reference for. Anyone have any idea?
>
> Also, is there any kind of reference manual for Render Tags in
> existence?
>
> Cheers,
>
> - Bobby
> >
>   

-- 
------------------------------------------------------------------------

*Julio Canadas - Senior Developer - Oshyn, Inc. - /Powering 
Innovation ^(TM)/*
Direct 213.784.1332 | Cell (593) 994.05208 | Fax 213.612.0291  | 
Web www.oshyn.com

Oshyn's latest: lstudio.com <http://www.lstudio.com> | neamb.com 
<http://www.neamb.com>
Follow Oshyn on...  Twitter <http://www.twitter.com/Oshyn_Inc>  &  
LinkedIn <http://www.linkedin.com/companies/oshyn-inc.>


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to