%@ page contentType="text/html; charset=GBK"%><%@ include file="/IncludeBeginMD.jsp"%><% String sSelName = CurPage.getParameter("SelName"); String sParaString = CurPage.getParameter("ParaString"); if(sParaString == null) sParaString = ""; String sSelDescribe = null, sSelBrowseMode = null, sAttribute4 = null; String sSql = "select SelDescribe, SelBrowseMode,Attribute4 from O where SelName = :SelName"; BizObject bo = JBOFactory.createBizObjectQuery("jbo.sys.SELECT_CATALOG", sSql).setParameter("SelName", sSelName).getSingleResult(false); if(bo != null){ sSelDescribe = bo.getAttribute("SelDescribe").getString(); sSelBrowseMode = bo.getAttribute("SelBrowseMode").getString(); sAttribute4 = bo.getAttribute("Attribute4").getString(); } if(sSelDescribe == null) sSelDescribe = "请选择所需信息"; if(sSelBrowseMode == null) sSelBrowseMode = ""; if(sAttribute4 == null) sAttribute4 = ""; %>