File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Groovy and the fly likes handling html Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Other Languages » Groovy
Reply Bookmark "handling html" Watch "handling html" New topic
Author

handling html

Maharaj thak
Greenhorn

Joined: Jul 29, 2010
Posts: 21
Hi All
I am using fck editor plugin.If some body enters some info like

<p>This is my first time here</p>

I want to actually display it a s a paragraph.But if I do something like

texttodisplay.encodeAsHTML()
It shows me
<p>This is my first time here</p>

how can i avoid this

Regards
Mauji Thak
Gregg Bolinger
Sheriff

Joined: Jul 11, 2001
Posts: 15040

don't call encodeAsHTML() on the property.


My Blog | DZone Articles
 
 
subject: handling html
 
Threads others viewed
how the the same operation with "pipe"...
Data class cached implementation
pass the current object as a parameter to another method?
Generics Methods
checkbox list in struts 2
developer file tools