altered geterrormessage to pick up new Div AH has added to screen, hopfully this will give us more info about the error
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3675 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -56,8 +56,8 @@ def menu (p_menuitem)
|
|||||||
end
|
end
|
||||||
|
|
||||||
def geterrormess(ie)
|
def geterrormess(ie)
|
||||||
if ie.div(:class, 'ErrorPageMessage').exists? then
|
if ie.div(:id, 'ErrorOutputDiv').exists? then
|
||||||
return ie.div(:class, 'ErrorPageMessage').to_s
|
return ie.div(:id, 'ErrorOutputDiv').text
|
||||||
end
|
end
|
||||||
return ie.div(:id,'colRight').to_s
|
return ie.div(:id,'colRight').to_s
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user