When it comes to order, there is navigation order and page order.

In version 9 and I think in some version 10, you can change the page and 
navigation order in a container or list.  Then it was changed in later version 
that a user cannot change the navigation order unless the page uses a content 
class that is a master page.

What you see is smarttree is the page order, which is usually the reverse order 
of navigation order.  Hence, are you sure that the page at int:0 of navigation 
order has txt_Whatever?

Also, what if the page at int:0 of navigation order is only connected at one 
location, at con_Body?  If not, well, navigation manager and render tag don't 
really like page with multiple connections.

Finally, there is better ways to do what you want to do using just blockmarks, 
which is the current best practice because of all the previous dependencies I 
mentioned about rendertag

Sent from my iPhone

On May 14, 2013, at 8:07 PM, cburne <[email protected]> wrote:

> So I'm accessing the index correctly to get the first item attached to the 
> container?  I ran Clear Page Cache, but I don't see it working yet.  Is there 
> some type of time delay?
> 
> On Tuesday, May 14, 2013 2:59:06 PM UTC-7, Jian Huang wrote:
>> 
>> From the project node, action menu, clear page cache.
>> 
>> Do this each time you add or delete a page from con_body.  Welcome to the 
>> world of rendertag caching by using anything but if and else rendertag, the 
>> only safe rendertag
>> 
>> Sent from my iPhone
>> 
>> On May 14, 2013, at 4:27 PM, cburne <[email protected]> wrote:
>> 
>>> Hi;
>>> 
>>> I didn't see this anywhere else already so asking to the group:
>>> 
>>> This works to get a handle on a page when there is only one page in the 
>>> container as in:
>>> GetElementByName(con_Body).Value[Int:0].GetElementByName(txt_Whatever).GetHtml()
>>> 
>>> However, when there is more than one page attached to the container, it 
>>> does not return anything.  I was expecting Value[Int:0] to return me the 
>>> first page and Value[Int:1] to return me the second page.
>>> 
>>> Am I missing something?  Is there another way to get a handle on a specific 
>>> page in the collection or do I need to do a foreach loop?
>>> 
>>> Thanks for the help.
>>> 
>>> Christian Burne
>>> Oshyn
>>> -- 
>>> 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.
> -- 
> 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.
>  
>  

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