Hi Guys
               Apparently there is a bug with reddot ver9. The method
doesnt seems to work if the page is sitting directly under the target
container. This only work for pages hanging off the list (assigned
target container).
For the earlier senario, the below will help page that sit in the
target container
<%!! Context:Pages.GetPage(Guid:<%inf_page_guid
%>).Elements.GetElement(con_main).Value[Int32:0].Elements.GetElement(stf_page_description).Value
 !!
%>
For pages that hang under list use this instead
<%!! Context:Pages.GetPage(Guid:<%inf_page_guid
%>).Elements.GetElement(stf_page_description).Value !!%>

So therefore there might be a condition check needed to deter if page
sit in container or hanging off the list

Cheers
Rexcel

On Aug 10, 11:43 pm, Walter <[email protected]> wrote:
> No problem, that's what I originally thought.  :)  Thanks!
>
> - Walter

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