Knowledgebase Home Page  >  RapidSpell Web Java
Search the Knowledge Base
Using RapidSpell with WebSphere portals
https://keyoti.com/kb/Default.aspx?ToDo=view&questId=202&catId=45

Options

Print this page
Email this to a friend
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

Related Questions:

Attachments:

No attachments were found.