Spell check for the input text

Hi,
I am using ADF 11g. I have a input text to enter their comments and I need to have a spell checker. Is there any spell checker component in ADF 11g?
Thanks
Saru

Hi John,
Thanks for you reply.
I am using ADF 11G
Jspell version is Version 0811c
it seems as though the data is not getting posted to the Jspell servlet.
Following is the Request header for a simple test html that i wrote
===========================================
Host     localhost:7101
User-Agent     Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729)
Accept     text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language     en-us,en;q=0.5
Accept-Encoding     gzip,deflate
Accept-Charset     ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive     115
Connection     keep-alive
Method     POST http://localhost:7101/jspellEvolution/abc HTTP/1.1
Content-Type     application/x-www-form-urlencoded; charset=UTF-8
Referer     http://localhost:7101/jspellEvolution/test/test.html
Content-Length     44
Cookie     jspellLearned=%21ghfoehdf%2C; JSESSIONID=3sjCLdTVfHbdMQty5s7r11FSkRdySGJmzKp1CT2TrKLS1J8qvSLm!1256583144
====================================================================================
And following is request header of my ADF 11G application
======================================
Host     127.0.0.1:7101
User-Agent     Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729)
Accept     text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language     en-us,en;q=0.5
Accept-Encoding     gzip,deflate
Accept-Charset     ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive     115
Connection     keep-alive
Content-Type     application/x-www-form-urlencoded; charset=UTF-8
Adf-Rich-Message     true
Referer     http://127.0.0.1:7101/TestEvent-ViewController-context-root/faces/test.jspx?_afrLoop=8177125195800&_afrWindowMode=0&_adf.ctrl-state=xqk2btm4s_9
Content-Length     330
Cookie     JSESSIONID=SJBfLdMSfjLXchBkwl3R3yPQv8TTVnPGZhx29k4ZcntRtLWhRj1N!1256583144
===============================================================
It looks as if the spell checker servlet is not being invoked.
Following is my .jspx page code
<?xml version='1.0' encoding='UTF-8'?>
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
<jsp:directive.page contentType="text/html;charset=UTF-8"/>
<f:view>
<af:document id="d1">
<f:facet name="metaContainer">
<af:group>
<![CDATA[
<script TYPE="text/javascript" SRC="http://localhost:7101/jspellEvolution/jspellSettings.js" CHARSET="ISO-8859-1"></script>
<script TYPE="text/javascript" SRC="http://localhost:7101/jspellEvolution/jspellEvolution.js" CHARSET="ISO-8859-1"></script>
<script LANGUAGE="JavaScript" TYPE="text/javascript">
     window.onload=jspellInit;
     function jspellPostInit() {
          // this function will be called when JSpell is completely done initializing and
          // attaching to existing text elements or iframe elements
     /* Implement this function to explicitly declare the */
     /* fields that you want to spell check. */
     function getSpellCheckArray()
          var fieldsToCheck=new Array();
          // Use DOM Element IDs to specify fields to spell check
          fieldsToCheck[fieldsToCheck.length]=[document,"it1::content"];
          return fieldsToCheck;
</script>
]]>
</af:group>
</f:facet>
<af:form id="f1" usesUpload="true">
<af:inputText label="Label 1" id="it1" simple="true" autoSubmit="true"
immediate="true" clientComponent="true"/>
</af:form>
</af:document>
</f:view>
</jsp:root>
==========================================
Any suggestion would be greatly appriciated

Similar Messages

  • Left Align for the input text in ADF

    Hi,
    When I drag and drop the data control in my jsp page, Automatically all the fields are aligned at the center of the page. But I want to align the input text fields to the left of the page. I have only valign which will give me top, bottom and center options.
    Is there any property which will help me in aligning it left?
    Please help me.
    Thanks,
    Haripriya.S

    I think you forgot to close the rowLayout tag.
    <afh:rowLayout binding="#{backing_test.rowLayout1}" id="rowLayout1" halign="left">
    <af:panelForm binding="#{backing_test.panelForm1}" id="panelForm1">
    <af:inputText value="#{bindings.direccion.inputValue}"
    label="#{bindings.direccion.label}"
    columns="#{bindings.direccion.displayWidth}"
    id="inputText1">
    </af:inputText>
    </af:panelForm>
    </afh:rowLayout>

  • Suggestion for Spell Check - add the word 'Texting' to the dictionary!  XP

    Just an interesting thing encountered with spell check on this site - it doesn't have the word 'Texting' in the dictionary!  XP

    You can click on the button "learn" in the spell check dialog box.

  • Enabling of Spell Checker for email and text in IC Web Cleint

    Hi,
    Can someone help me how to enable the Spell Checker option for email and text in IC web Client.
    Currently we are working with CRM 4.0.
    Thanks in adv....

    Hi,
    I agree with the previous reply. Building your own spell checker is just a waste of time. Google bar has a pretty nice spell checker with different language support.
    Its best to use that.
    If there are reasons why you don't want to use the said spell checker then in CRM_IC you will find two view for spell checker. You can add JavaScript or VB Script code to use word functionality and do the spell check. This would be the second best alternative.
    Thanks and regards,
    Murli Rao

  • TB Conversations: Inline reply box not spell spell checking. How to set spell check for the inline reply box?

    When using the inline reply box and I misspell a word the red line shows to indicate I have misspelled and yet when I right click ont he world there are no spelling suggestions. This feature does work if I reply through a new window, but not when using the inline reply box available with the Conversations plug in.

    see this goto Option>Advance>General see screen shot now '''tik''' on it

  • AJAX - How do we check if the response text returns a null value

    Hello,
    Could someone please help me with this issue?
    I am trying to disable a select box based on my responseText value.
    I need to check if my responseText is a null and disable my select if it is a null.
    Here is my code:
    if (xmlHttp.readyState==4)
              if(xmlHttp.status==200)     
              var getVal = xmlHttp.responseText;
              alert(getVal); //MY ALERT SHOWS A NULL     
              if(getVal == null) //but my null comparison fails
              document.all[ajaxBean.ajaxId2].disabled = true;               var valarray=getVal.split(",");
    else
                   for (var i=0; i < valarray.length;++i)
         var valarrayinner = valarray.split("|");               addOption(document.getElementById("secondBox"), valarrayinner[1], valarrayinner[0]);
    could someone tell me if its the right way to check for null value in responseText? or an alternative way to do the same
    Your help is appreciated!
    Thanks
    Priya

    Hello,
    Thank you for your promt response...I tried doing them as well. but nothing seems to work.
    It returns a length value of 1. It appears to be strange. I even tried to catch the null and set some junk text. When i try to check for the returned text again it returns a false.
    I dont know if this is the way responseText works. I tried setting a form variable but it doesnt do that too. Is there a specific way to check for the values in returned responseText?
    Thanks
    Priya

  • Spell checker for KWrite doesn't work [SOLVED]

    How do I enable spell checking for the KDE editors, i.e. KWrite, Kate, etc?  I've installed aspell via pacman, it's in /usr/bin which is in my PATH.  In KWrite's Settings>Configure Editor>Plugins, there is an option "KTextEditor KDataTool Plugin: Enable data tools like thesaurus and spell check (if installed)" which I've checked.  In another distro, that's how I enabled spell checking with aspell, i.e. by checking this box for the spell check plugin.  But in Arch this doesn't seem to be sufficient.  When I try to spell check a document in KWrite, I get this error:
    "The spelling program could not be started. Please make sure you have set the correct spelling program and that it is properly configured and in your PATH."
    What else do I need to do?
    Robert
    EDIT: Sorry, searching this forum for "spellcheck" hadn't yielded any solution but after I posted this I also searched for "spell AND check" and found the solution: I had neglected to pick Aspell as the client for spell checking in Control Center>KDE Components>Spell Checker.
    Last edited by RobF (2007-06-10 18:10:36)

    [skottish@localhost ~]$ grep -i spell ~/.kde/share/config/*
    /home/skottish/.kde/share/config/kdeglobals:[KSpell]
    /home/skottish/.kde/share/config/kdeglobals:KSpell_Client=1
    /home/skottish/.kde/share/config/kdeglobals:KSpell_DictFromList=1
    /home/skottish/.kde/share/config/kdeglobals:KSpell_Dictionary=
    /home/skottish/.kde/share/config/kdeglobals:KSpell_Encoding=0
    /home/skottish/.kde/share/config/kdeglobals:KSpell_NoRootAffix=0
    /home/skottish/.kde/share/config/kdeglobals:KSpell_RunTogether=0
    /home/skottish/.kde/share/config/kdeglobals418fla.new:[KSpell]
    /home/skottish/.kde/share/config/kdeglobals418fla.new:KSpell_Client=1
    /home/skottish/.kde/share/config/kdeglobals418fla.new:KSpell_DictFromList=1
    /home/skottish/.kde/share/config/kdeglobals418fla.new:KSpell_Dictionary=
    /home/skottish/.kde/share/config/kdeglobals418fla.new:KSpell_Encoding=0
    /home/skottish/.kde/share/config/kdeglobals418fla.new:KSpell_NoRootAffix=0
    /home/skottish/.kde/share/config/kdeglobals418fla.new:KSpell_RunTogether=0
    /home/skottish/.kde/share/config/kdictrc:Strategies=Spell Check,Exact,Prefix
    /home/skottish/.kde/share/config/kofficerc:[Spelling]
    /home/skottish/.kde/share/config/kookarc:[ocrSpellSettings]
    /home/skottish/.kde/share/config/kookarc:ocrKSpellEnabled=true
    /home/skottish/.kde/share/config/kwordrc:[Spelling]

  • Spell check for any application

    Having only just my iphone I can't believe there is no spell check for the mail functionality. Aside from that why is spell check unavailable for yahoo and gmail through the web browser? Any ideas please...

    Move the associated plist files for those applications out of /Library/Preferences/ within your home folder to the Desktop. E.g., com.apple.textedit.plist for TextEdit, quit and relaunch TextEdit, and re-enable spell as you type. If that fixes things, delete the moved file, and do the same with any other apps where it appears to be broken.

  • Spell check for metadata

    Hi,
    Is there already a way to do a spell check for the different fields in the metadata (keywords etc.)?
    Cheers,
    Michael

    Yes, there is a way. Right click (or ctrl+click) in the metadata field and there are spelling options in the contextual menu.
    Now, does anyone know how to make "Check Spelling as You Type" the default, always turned on when starting Aperture?

  • How can I enable spell checking for a text box that is just one line, e.g. subject in e-mail?

    In a prior version of Firefox I found a website somewhere that told me what to do to enable spell checking for text boxes that are just one line. I got used to being able to send an e-mail with a Subject Line that didn't have a misspelling. Now it doesn't work. Please tell me how I can enable that again. I am on a Mac using Firefox 6.0.2. Thanks!

    See:
    *http://kb.mozillazine.org/Spell_checking
    *http://kb.mozillazine.org/layout.spellcheckDefault
    You can set the pref <b>layout.spellcheckDefault</b> to <i>2</i> on the <b>about:config</b> page.
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    *Use the Filter bar at to top of the about:config page to locate a preference more easily.
    *Preferences that have been modified show as bold (user set).
    *Preferences can be reset to the default or changed via the right-click context menu.

  • How to Disable client side validation for the message text input

    Hi,
    I have scenario where i need to by pass the client side validation for a message text input
    Scenario is
    I have a message text input field(say XYZ), i set the max length for the item as 20
    Now when im trying to enter the greek characters into it, it is allowing me to enter till 20 characters
    But when i try to submit the form ..my client side validation is firing..
    The Error says the XYZ is too long
    The problem is, in greek each character takes two bytes.(In english it is only 1).While entering the content it allowing 20 characters and when validating it is checking for bytes(if we enter in greek the length will be 40 bytes not 20)
    I cannot increase the max length .coz i have restrict the character length to 20 only.(english or Greek).
    Please help me in this regard.
    Regards
    Sandeep.

    Thanks for the information.But we dont have any option either declaratively or programatically to disable the client side validation for the message text input..I referred java docs ..i dint find any method which does..
    Correct me if im wrong

  • The spell check for arabic language in pages v 5.2 are Not working ! please Help !

    The spell check for arabic language in pages v 5.2 in mavericks are Not working ! please Help !

    MANKWT wrote:
    No i Did Not !
    Perhaps you can find an Arabic dictionary for OpenOffice.  That may also work with OS X.
    http://m10lmac.blogspot.com/2011/06/extra-spell-checking-dictionaries-for.html

  • What is the best spell checker for Firefox

    I am having trouble finding a spell checker for firefox ??

    Firefox has a built-in spell checker, for details on using it see [[Using the spell checker]]. You have the English-GB version of Firefox which does not include a dictionary, you can add the British English dictionary from https://addons.mozilla.org/firefox/addon/3366/
    If you want a dictionary in another language, you can get them from https://addons.mozilla.org/firefox/language-tools/

  • Is there a way to make the spell check work on the entire web page without making the content editable? Or at least those boxes that appear when you enable spell check on the entire page, can you make them disappear?

    I found an addon that allows you to spell check on the webpage but it make the entire page editable and these boxes appear on everything i highlight. Can i get rid of the boxes?

    I had thought this situation was solved but it just got worse. In addition to being without service for several days I am now being charged  a cancellation fee for a broadband service that BT disconnected in error. BT Vision was also terminated by BT but the set up charges are still in place. Does anyone know who the relevant Ombudsman is? I called BT from America on Friday - for an hour - while someone called Aruj sorted out why there is an order 'in progress' that I didn't initiate; why I have fees relating to a problem created by BT and why there are references to a house move that didn't take place and a BT Vision service I no longer have but didn't cancel myself. He assured me it would be rectified and my bill would be reduced by 139 pounds and we would get confirmation of this later that day. I asked him what chance there was that this would not actually happen - he said no chance at all; my new bill would be 23.50.
    There was no text message. An online chat person today told me there had been a fee reduction request which had been declined and there was nothing else he could help me with as he dealt only with broadband. But he would get BT Vision to email me. They always seem so helpful.............
    I'm sure I'm listed somewhere as 'a problem', there's no other explanation for why I get the runaround

  • How to Change language in spell check for CS4?

    How do I change language in spell check for CS4?

    You can follow the steps below to get Spell Check for CS4.
    1. Get the Text Tool and Type the Text.
    2. Open the character palette (windows -> type -> Character)
    3. Select show options from the submenu (top right corner of the palette).
    4. Select all your text, chose Language from the drop down box in the character palette. Language spell checking is now working for you!
    -Mandhir

Maybe you are looking for

  • How to load multiple CSV files into oracle in one go.

    Hi, I have project requirement like: I'll be getting one csv file as one record for the source table. So i need to know is there any way by which I can load multiple csv in one go. I have searched a lot on net about external table.(but problem is I c

  • During installation of Adobe Photoshop Lightroom 4 the program is searching for msvr100.dll which is not available in windows 7 files. What to do?

    During installation from DVD of Adobe Photoshop Lightroom 4 the program is searching for msvr100.dll which is not available in my Windows 7 files. What to do?

  • Infotype 41 (Date Specification)

    Hi, Can anybody explain clearly what is the difference between Date Type 01 (Technical Date of Entry) and Date Type 07 (Hire Date) in infotype 41 (Date Specifications). Thanks in advance. Regards Sudarsan

  • Change alignment in CSV file

    Hi I am working on ABAP-CRM 7.0.I am generation a  CSV file by concatenating values with comma from a internal table data. I have text coloumn with left aligned. I need to change it  to right aligned.  How to do in abap while generating( while concat

  • Data Movement

    is it possible to insert data which is available in 10g to 8i using database links. i successfully inserted data into 10g from 8i using database link. but when i am trying to insert 10g data in to 8i i got ora - 03134 error please send solution ASAP.