Details
Description
The ContentMenuItem renderer is rendering the argument 'parent' for the js call using the value of the contentNavBar. But this doesn't seemed to be used in the script. We should remove it if it's not needed.
StringBuilder sb = new StringBuilder("mobi.layoutMenu.showContent('").append(stackClientId);
sb.append("', event");
sb.append(",{ selectedId: '").append(item.getValue()).append("'");
sb.append(",singleSubmit: ").append(item.isSingleSubmit());
sb.append(", parent: '").append(navBar.getClientId(facesContext)).append("'");
Issue Links
- is duplicated by
-
MOBI-672 Client side api for contentStack using core rendering for JSP as well as JSF implementation
- Open
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion