Normally the Pagescope Web Connection daemon (http://<ip_address>/wcd/top_menu.xml) provides a complete menu of the MFP's capabilities following the Public login. However, one C360 has lost the "Box" (User Boxes) part of its top menu -- it simply does not display, and a dump of the page source shows that it is not there. That is, it should show this:
Top_menu with Box.jpg
and instead shows this:
Top_menu missing Box.jpg
A page dump shows that the "Box" menu item is indeed missing from the source. Further examination shows that the XML file is generated on the fly from template top_menu.xsl, which is fed a "MenuList" populated by "MenuItem"s. So another way of asking the question is to ask (a) How is the MenuList generated, and (b) Why is the MenuItem "Box" not included?
Top_menu with Box.jpg
and instead shows this:
Top_menu missing Box.jpg
A page dump shows that the "Box" menu item is indeed missing from the source. Further examination shows that the XML file is generated on the fly from template top_menu.xsl, which is fed a "MenuList" populated by "MenuItem"s. So another way of asking the question is to ask (a) How is the MenuList generated, and (b) Why is the MenuItem "Box" not included?
Comment