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