Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.7.1
-
Component/s: Sample Apps
-
Labels:None
-
Environment:N/A
Description
Following javascript errors are seen on webmc. It seems to happen when user first logs on or changes tabs or when user logs out.
frame.document.getElementsByTagName("form")[0] has no properties
[Break on this error] [Ice.Script=new Object,Ice.Ajax.Client].as(function(This,Client){This.Loader=Obj...
Also on logout following message is seen on server :
SEVERE: Failed to close the presentation document because of : null
Jun 5, 2008 2:26:49 PM com.icesoft.faces.presenter.presentation.Presentation end
Presentation
frame.document.getElementsByTagName("form")[0] has no properties
[Break on this error] [Ice.Script=new Object,Ice.Ajax.Client].as(function(This,Client){This.Loader=Obj...
Also on logout following message is seen on server :
SEVERE: Failed to close the presentation document because of : null
Jun 5, 2008 2:26:49 PM com.icesoft.faces.presenter.presentation.Presentation end
Presentation
I removed the current ice:forms and enclosed everything in one form, I still got the following informational message:
[window] : Cannot set focus, no element for id [rootForm:logoutYesBtn]cannot find element with id: 'rootForm:logoutYesBtn'
The application appears to be looking for an element from the previous facelet.
This is not an error and the application is working fine.