热度 1
pageLayout.prepareForRendering(pageContext); UINode tabBar = pageLayout.getTabs(); int childCount = 0; if( tabBar != null ) { childCount =tabBar.getIndexedChildCount(pageContext.getRenderingContext()); } for( int i=0; i<childCount; i++) { LinkBean child = (LinkBean) tabBar.getIndexedChild(pageContext.getRenderingContext(), i); if( child != null ) { child.setTargetFrame("_top"); } } OAApplicationModule am = pageContext.getApplicationModule(webBean); // Get the CId parameter from the URL String cId = pageContext.getParameter("CId"); Serializable[] parameters = { cId }; am.invokeMethod("initDetails", parameters); |
| public void initDetails(String cId) { TreeVOImpl vo = getTreeVO1(); String[] keys = { cId }; Row[] rows = vo.findByKey(new Key(keys), 1); if ((rows != null) && (rows.length > 0)) { vo.setCurrentRow(rows[0]); } } // end initDetails() |


|Archiver|小黑屋|手机版|壹佰网 ERP100
( 京ICP备19053597号-2 )
GMT+8, 2025/11/29 06:43 , Processed in 0.009458 second(s), 13 queries , File On.
Powered by Discuz! X3.4
Copyright © 2001-2020, Tencent Cloud.