Sharon, I strongly suggest that you use the following method to hide and show links in your Navigation Areas as outlined by Markus Giesen (on his RedDot blog):
http://blog.markusgiesen.de/2008/07/27/playing-peek-a-boo-hiding-pages-with-the-navigation-manager/ It is a much more cleaner solution which will make it easier to hide other pages in your project in the future - without any template changes. Cheers, Kim On Mar 10, 10:09 pm, "Henry Lu, Sun Certified Java Programmer" <[email protected]> wrote: > Sharon-- > > It could be due to many a reason but for starters, you should check to see > if "the page GUID" you put there conform with the render tag GUID format: > xxxx-xxxx-xxxx-xxxx (with a bunch of hyphens). > > Simply print out <%!! Context:CurrentPage.Id !!%> and you will see the > format. > > Of course, if you have already done that, ignore my suggestion and look for > reasons beyond. > > Henry Lu > > On Tue, Mar 10, 2009 at 8:35 AM, sharon <[email protected]> wrote: > > > Hi > > > Iam working on Breadcrumbs using Render Tags, they are displaying > > fine, but my requirement is I want to hide them for certain pages so > > in my Master Page I have written the following code > > > <reddot:cms> > > <if> > > <query valuea="<%!! Context:CurrentPage.Id !!%>" operator="!=" > > valueb="String:(the page GUID"> > > <htmltext> > > <ul> > > <%!! Navigation:OutputArea(BreadCrumb, Bool:True) !!%> > > </ul> > > </htmltext> > > </query> > > </if> > > </reddot:cms> > > but it is not displaying, the breadcrumbs now, > > > Thanks in advance > > Sharon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
