Thanks Filip for answering that for me...
And it's not really a bug...
Htmlarea is commented out by default - cause i don't have the
time to offer support for it :)

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]

Reply via email to