The sequence of actions is:
1. Start the application
2. Open the dialog for choosing the Address ("To" action
3. Take the first address
4. Correct the address so reopen the dialog (again the "To" action)
When the AddressBookWindows is invoked for second time
an exception is raised:
com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Duplicate instance exception: The interface view AddressbookWindowInterfaceView in component PopupComp is already in use.
at com.sap.tc.webdynpro.progmodel.controller.Component.addUsageOfInterfaceView(Component.java:174)
at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.<init>(WebDynproWindow.java:79)
at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.<init>(WebDynproWindow.java:98)
at com.sap.tc.webdynpro.clientserver.window.InternalWindow.<init>(InternalWindow.java:30)
at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createModalWindow(ClientComponent.java:953)
at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createWindow(ClientComponent.java:942)
........
Message was edited by: Rosen Chaushev
Add a comment