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]

Reply via email to