}
};
ComponentPageElement rootElement = page.getRootElement();
rootElement.triggerEvent(TapestryConstants.PASSIVATE_EVENT, null, handler);
PageLinkTarget target = new PageLinkTarget(logicalPageName);
ComponentInvocation invocation = new ComponentInvocation(target, context.toArray());
Link link = new LinkImpl(_encoder, _contextPathSource.getContextPath(), invocation, false);