Java获取明细表控件的值

添加引用import com.egosystems.taglib.HtmlBlock.HtmlControl;

然后在onBeginSave或者是onAfterSave事件中
HtmlControl aa = This.commBBForm.GetElement("aa.b",1);
System.out.println(aa.GetAttribute("value"));

PS: This.commBBForm.GetElement这个方法只可在onBeginSave或者是onAfterSave事件中执行。
posted @ 2011-04-08 13:33  笨笨的笨笨  阅读(239)  评论(0)    收藏  举报