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

Reply via email to