[ 1922680 ] Tab element should get window id from parent element

This commit is contained in:
Heng Sin Low 2008-03-21 23:45:20 +00:00
parent 8fb5a00608
commit 2ed0d0a2dc
1 changed files with 2 additions and 5 deletions

View File

@ -130,11 +130,8 @@ public class TabElementHandler extends AbstractElementHandler {
id = get_IDWithMasterAndColumn (ctx, "AD_Column","Name", atts.getValue("ADColumnNameID"), "AD_Table", get_IDWithColumn(ctx,"AD_Table", "TableName", atts.getValue("ADTableNameID")));
m_Tab.setAD_Column_ID(id);
}
if (getStringValue(atts,"ADWindowNameID")!= null){
name = atts.getValue("ADWindowNameID");
id = get_IDWithColumn(ctx, "AD_Window", "Name", name);
m_Tab.setAD_Window_ID(id);
}
m_Tab.setAD_Window_ID(windowid);
if (getStringValue(atts,"IncludedTabNameID")!= null){
name = atts.getValue("IncludedTabNameID");
id = get_IDWithColumn(ctx, "AD_Tab", "Name", name);