This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Portals and Portlets and the fly likes  Saffari does not support html content on textarea     Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark " Saffari does not support html content on textarea     " Watch " Saffari does not support html content on textarea     " New topic
Author

Saffari does not support html content on textarea

jayaganesh marappan
Greenhorn

Joined: Apr 15, 2008
Posts: 5
hi. here i used jsf form & text area with this tag: <h:inputTextarea id="formtext" value="#{formmanager.optinForm.formContent}" cols="100" rows="10"/>
the value of this text area is html content.In that html content also having tags like <textarea></textarea> and some other tags&contents.So saffari browser parsing inner html content so outer textarea tag will end with close tag of the inner html content textarea end tag </textarea>.so i cant display remaining html content on text area.

can any one help me to solve this problem.
 
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: Saffari does not support html content on textarea
 
Similar Threads
Help with values from HTML page to JSP page.
Storing and retrieving Textarea content
Problem with TEXTAREA
XSLT - empty tag
Saffari browser does not support the html content on textarea