args[3] = _iState.getNodeExpandedImage();
args[4] = _iState.getLastNodeCollapsedImage();
args[5] = _iState.getLastNodeExpandedImage();
args[6] = Bundle.getString("Tags_TreeAltTextExpand", null);
args[7] = Bundle.getString("Tags_TreeAltTextCollapse", null);
srs.writeFeature(sr, writer, CoreScriptFeature.TREE_INIT, false, false, args);
AjaxUrlInfo ajaxInfo = URLRewriterService.getAjaxUrl(pageContext.getServletContext(),request,treeRoot);
if (ajaxInfo.getCommandPrefix() != null) {
args = new Object[2];
args[0] = tre.getObjectName();