Hi,

I am using the following bit of NavMan logic to check whether an
anchor has a reference or not:

<if>
 <query valuea="Context:CurrentPage.Elements.GetElement(anc_na).GetHtml
()" operator="==" valueb="Escape:EmptyString">
    <htmltext><li>Empty</li></htmltext>
 </query>
 <query type="else">
    <htmltext><li>Not empty</li></htmltext>
 </query>
</if>

This works for when you reference a page (in the cms) to the anchor
but it still thinks that it is empty if you reference an external
link.

Is there a reason for this? And is there a way around it?

Thanks,

Gareth

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