When working in a portal environment, it is possible that the spell checker popup will open with either a 404 or the incorrect page loaded. This is because the 'rapidSpellWebPage' URL is not resolving correctly. To fix this use the following code when setting the attribute in RapidSpellWebLauncher
rapidSpellWebPage='<%= renderResponse.encodeURL(renderRequest.getContextPath() + "/RapidSpellCheckerPopUp.jsp") %>'
This assumes that the popup page is RapidSpellCheckerPopUp.jsp |