SimpleNavigationTag's 'drawChildren()' method expects content
identifiers for for 'page' and 'activePage'.

It errors when I pass the page's name ("home", or "home.html").


<%
SimpleNavigationTag snt = new SimpleNavigationTag();
snt.drawChildren("home","home");
%>

drawChildren(info.magnolia.cms.core.Content,info.magnolia.cms.core.Conte
nt,javax.servlet.jsp.JspWriter) in
org.apache.jsp.templates.jsp.ud.global.ud_005fleft_jsp.SimpleNavigationT
ag cannot be applied to (java.lang.String,java.lang.String)


Is it looking for some sort of ID like "[EMAIL PROTECTED]"?

How can I obtain these identifiers using Magnolia API?

Is the thrid argument (JspWriter) optional?

----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to