You can't transfer contents of a list element through a list element
if that's what you are trying to do.
You might try using a render tag / list combo.
The first list transfers the guid of connected pages.
Then, using the guid of the connected page in a foreach render tag
loop on the page's list, you might be able to get the content out of
those pages.
This only gets you two levels deep, but I think in your case, render
tags will be your friend.

On Jul 8, 10:46 am, Programmerboy <omair.program...@gmail.com> wrote:
> Hi,
>
> I have a class "Events" which contains an anc_feed element which is
> connected to "Events Class" which contains a list element "lst_Pages"
> which is referring to "lst_Events". I can get every element in "Events
> Class" from "lst_Events"'s Page 1 except the list element(s). For
> example I tried to fetch the elements of "lst_Lawyers" in "Events
> Class" but it returns nothing. Is it even possible that we can get
> more than one level deep in list element? Or does it only allow
> elements to be fetched from the list that is directly connected.
>
> Events
>        anc_feed
>            Events Class
>                lst_lawyers (Trying to fetch pages from following
> lst_lawyers element)
>                lst_Pages >>> lst_Events
>        someContainer
>        lst_Events
>               Page1
>                      lst_lawyers (This one)
>                             Page1 (Connected through Keyword)
>
> Hopefully I explained enough what I am looking for. I guess if it
> doesnt work then I have to use RQL. I am using version 7.5

-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to reddot-cms-us...@googlegroups.com.
To unsubscribe from this group, send email to 
reddot-cms-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.

Reply via email to