Hi,
i want to do two things. First refresh an adapters screen occurance by the method refreshScreenOccuranceOfAdapter(…). Second, Create a pdf-file and open it in a new window (see the following code):
String generatedURL = m_sessionContext.getSessionBuffer().
addDocument(pPdfName,pPdfBytes, “UNDEFINED”);
openPageInTarget(generatedURL, “_blank”);
getCISAddons().setSuppressFocusManagement(true);
The problem now is, that the focus is set to the refreshed-window and not to the new opend pdf-window although i call the method getCISAddons().setSuppressFocusManagement(true);
hint: this appears only in internet explorer not in mozilla
thanks,
J