my dog learned polymorphism
The moose likes JSF and the fly likes Disable spellcheck on h:inputTextarea Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Disable spellcheck on h:inputTextarea" Watch "Disable spellcheck on h:inputTextarea" New topic
Author

Disable spellcheck on h:inputTextarea

Robert Darling
Ranch Hand

Joined: Jun 21, 2008
Posts: 100

Hi,
I have the following line in my JSF page.


I know for the TextArea there is a SpellCheck=false attribute but not for the JSF equivalent control. How can i disable it in the JSF control.

Kind Regards,

Sajjad
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14568
    
    7

You may "know" that an HTML TEXTAREA control has a spellcheck attribute, but the people who document the HTML standard don't.

http://www.w3schools.com/tags/tag_textarea.asp

I'd reference the original W3C spec, but this one's terser.

The JSF HTML inputtextarea control doesn't hide any of the underlying HTML attributes except in the rare cases where they wouldn't work in JSF.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Disable spellcheck on h:inputTextarea
 
Similar Threads
JSP compile error
Do I need a backing bean to get the character length of the contents in a text-area?
Alternatives to getCodeBase()
Enabling and disabling
Disableing Spell checking