Well, it IS an html editor after all... If you're using @Insert, by default it escapes html. Check its documentation and use raw="true"
Dwi Ardi Irawan wrote: > thnx.... > now, ii's work.... > > one more question : > when i get the value and displayed it....why it's contains html tag ????? > example : i write "hello" in htmlarea > when i klik submit to get the value and display it in Result.html > it's become : "<p>hello<p>" > what happened ????? > how to get rid of it (the html tag)???? > > thnx > > dwi ardi irawan > > Robert Zeigler wrote: > >> Apologies, I /did/ forget... >> Re: jazzy: I hadn't been to their site in a long time. I just went and >> they released a new version in Nov 2005. Among other things, it contains >> a fix to the bug I found in XMLWordFinder. So, the custom modified jazzy >> build is no longer necessary. >> >> I can't find your e-mails; I remember receiving them, but can't seem to >> find them. If you'll resend them, I'll get the tap4 version posted to >> tassel by the end of the day. >> >> Once again, my apologies. >> >> Robert >> >> >> Andreas Andreou wrote: >> >> >>> hey, robert, perhaps you forgot... We've exchanged mails on this :) >>> >>> I did port your htmlarea to tapestry 4 + used tapfx's cvs while >>> doing so >>> + sent you jars and src to add to tassel. >>> >>> Anyway, right now the tap4 version of htmlarea is also in the tapfx jar >>> (though disabled by default) but i could remove it... >>> >>> What are your plans on it? I remember it has a dependency on a modified >>> jazzy.jar (of unknown version - perhaps only you have the source for >>> it), and this >>> makes it difficult to maintain + build with maven. But you can have cvs >>> write >>> access instantly if you want , and SF allows :) >>> >>> >>> Robert Zeigler wrote: >>> >>> >>> >>>> Funny... that doesn't look like tapfx at all. It looks like the >>>> htmlarea >>>> component from tassel: >>>> /org/rz/htmlarea/htmlarea.library" >>>> >>>> htmlarea uses a custom service to serve up some of the resources. The >>>> details of creating a service have changed tremendously between 3.x >>>> and >>>> 4.x. I have not yet updated the htmlarea component for tap 4. >>>> >>>> Robert >>>> >>>> Filip S. Adamsen wrote: >>>> >>>> >>>> >>>> >>>>> This is probably a question for the TapFX User List: >>>>> http://tapfx.sourceforge.net/multiproject/tap4fx-components/mail-lists.html >>>>> >>>>> >>>>> That said, there appears to be a bug in the library's >>>>> META-INF/hivemodule.xml... >>>>> >>>>> On line 5, change >>>>> >>>>> <!--sub-module descriptor="htmlarea.xml"/--> >>>>> >>>>> to read >>>>> >>>>> <sub-module descriptor="htmlarea.xml"/> >>>>> >>>>> It should work, then. >>>>> >>>>> -Filip >>>>> >>>>> Dwi Ardi Irawan skrev: >>>>> >>>>> >>>>> >>>>>> hi i'm trying to use *tap4fx-components-0.35-alpha2.jar* from >>>>>> http://tapfx.sf.net >>>>>> >>>>>> and my code : >>>>>> >>>>>> *.html* >>>>>> >>>>>> <html> >>>>>> <head> >>>>>> </head> >>>>>> <body> >>>>>> <form jwcid="@Form" listener="listener:formSubmit"> >>>>>> <textarea jwcid="[EMAIL PROTECTED]:HtmlArea" >>>>>> value="ognl:isiArea"></textarea><br> >>>>>> <input type="submit" value="enter"> >>>>>> </form> >>>>>> </body> >>>>>> </html> >>>>>> >>>>>> *.application* >>>>>> >>>>>> <!DOCTYPE application PUBLIC >>>>>> "-//Apache Software Foundation//Tapestry Specification 4.0//EN" >>>>>> "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd"> >>>>>> >>>>>> <application name="HtmlArea"> >>>>>> <!--<meta key="org.apache.tapestry.disable-caching" >>>>>> value="true"/>--> >>>>>> <library id="htmlarea" >>>>>> specification-path="/org/rz/htmlarea/htmlarea.library"/> >>>>>> </application> >>>>>> >>>>>> but when i run it, i found an error : >>>>>> >>>>>> Error at classpath:/org/rz/htmlarea/HtmlArea.jwc, line 106, >>>>>> column 54: >>>>>> Error adding property resourceLoader to class >>>>>> org.rz.htmlarea.HtmlArea: Service point >>>>>> htmlarea.HTMLAreaFilesService >>>>>> does not exist. >>>>>> >>>>>> classpath:/org/rz/htmlarea/HtmlArea.jwc, line 106, column 54 >>>>>> 101 <asset name="htmlareajs" >>>>>> path="classpath:/org/rz/htmlarea/htmlarea.js"/> >>>>>> 102 103 <property name="generatedId"/> >>>>>> 104 105 <inject property="resourceLoader" 106 >>>>>> object="service:htmlarea.HTMLAreaFilesService"/> 107 108 >>>>>> </component-specification> >>>>>> >>>>>> >>>>>> >>>>>> could anyone help me, please ? >>>>>> >>>>>> >>>>>> thnx >>>>>> >>>>>> dwi ardi irawan >>>>>> >>>>>> >>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>>>> For additional commands, e-mail: >>>>> [EMAIL PROTECTED] >>>>> >>>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>>> For additional commands, e-mail: [EMAIL PROTECTED] >>>> >>>> >>>> >>>> >>>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
