Probably not. I could see the output of the getter. It is printing "Inside
Getter" in the server console. Means navItems is really the instance of
org.apache.myfaces.custom.navmenu.NavigationMenuItem
public NavigationMenuItem[] getNavItems() {
if(navItems[0] instanceof
org.apache.myfaces.custom.navmenu.NavigationMenuItem){
System.out.println("Inside getter ");
}else{
System.out.println("No Match ");
}
return navItems;
}
--
View this message in context:
http://www.nabble.com/Strange-JSCookMenu-Error-t1776830.html#a4852269
Sent from the MyFaces - Users forum at Nabble.com.