It is possible to check more than one text box on a Web Form, however with a couple of limitations, it
is not possible to use the ‘separate page’ mode, only pop up may be used and also it is not possible to send
the corrected text to a box other than the one it came from (the callBack property must not be set).
Page containing the RapidSpellWebLauncher Tag
<form action='exampleTextBox8-2boxes.jsp' method='post' name='myForm'>
<input type='hidden' name='fMessage' value='complete'>
<textarea name="sourceTextBox" wrap='true' cols='55' rows='10'></
textarea>
<br>
<RapidSpellWeb:rapidSpellWebLauncher
id="rapidSpellWebLauncher1"
rapidSpellWebPage="RapidSpellCheckerPopUp.jsp"
textComponentName="myForm.sourceTextBox"
/>
<textarea name="sourceTextBox2" wrap='true' cols='55' rows='10'></
textarea><br>
<RapidSpellWeb:rapidSpellWebLauncher
id="rapidSpellWebLauncher2"
rapidSpellWebPage="RapidSpellCheckerPopUp.jsp"
textComponentName="myForm.sourceTextBox2"
/>
</form>