}
else if (type == NavigationNodeData.class)
{
Attributes attrs = src.getAttributes();
String pageReference = null;
Link link = src.getLink();
if (link instanceof PageLink)
{
PageLink pageLink = (PageLink)link;
org.gatein.mop.api.workspace.Page target = pageLink.getPage();
if (target != null)