Hi All,
 
I have a scenario in which i need to display the child page information 
into parent page.
For example in a page i have to display child page headline and date 
information, below the code I have tried.:
 
<foreach itemname="page" 
object="Context:CurrentMasterPage.Elements.GetElement(lst_nav).Value" 
countername="counter">
             <htmltext>
                    <tr>
                      <td><span class="date*
"><%!!Store:page.Page.Elements.GetElement(inf_date_page_modified).GetHtml()!!%>
*
<%!!Store:page.Page.Elements.GetElement(inf_date_page_modified).GetHtml()!!%>
</span></td>
                      <td><a href=" <%!! Store:page.GetUrl() !!%>" 
title="<%!! Store:page.Headline !!%>"><%!! Store:page.Headline 
!!%></a></td>        
                    </tr>
                   </htmltext>
          </foreach>
I am able to get the headline and url of the child page but unable to get 
the date information or any child page element contents.
 
Can any one please help me in this.
 
 
Thanks in Advance
Regards
Samridhi Dubey

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