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]

Reply via email to