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] <javascript:>> > 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] <javascript:>. > To post to this group, send email to [email protected]<javascript:> > . > 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.
