Use ErrorPage template for errors...

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3943 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2008-03-11 14:10:55 +00:00
parent 63a5951bd1
commit 1324eee4d3

View File

@@ -1017,8 +1017,8 @@ c1:=c1||''||chr(10)||
' {'||chr(10)||
' vErrorStack = (vErrorStack ==null?"":vErrorStack)+vElement.innerHTML;'||chr(10)||
' vOraErrorStack = vErrorStack.split("ORA-");'||chr(10)||
' if (vOraErrorStack.length > 0) {'||chr(10)||
' vElement.innerHTML = '''';'||chr(10)||
' if (vOraErrorStack.length > 0) {'||chr(10)||
' vElement.innerHTML = ''''; '||chr(10)||
' for(var j=1; j < vOraErrorStack.length; j++) {'||chr(10)||
' vOraError = vOraErrorStack[j];'||chr(10)||
' vAjaxReques';
@@ -4283,7 +4283,7 @@ wwv_flow_api.create_theme (
p_theme_id => wwv_flow.g_flow_theme_id,
p_theme_name=>'National Grid',
p_default_page_template=>24734011047526756 + wwv_flow_api.g_id_offset,
p_error_template=>24734011047526756 + wwv_flow_api.g_id_offset,
p_error_template=>38911722486594102 + wwv_flow_api.g_id_offset,
p_printer_friendly_template=>24735530196526758 + wwv_flow_api.g_id_offset,
p_breadcrumb_display_point=>'REGION_POSITION_01',
p_sidebar_display_point=>'REGION_POSITION_02',