Hi,

you can take a look at:
http://kenai.com/projects/t5-easy-fckeditor

The documentation lives here:
http://t5-easy-fckeditor.kenai.com/

Please report any problems to 
http://kenai.com/jira/browse/T5_EASY_FCKEDITOR

Or if you want to use the Chenillekit one then please report this problem to
Chenillekit mailing list / issue tracking.

 - Ville


Boban Stojanovski wrote:
> 
> Hi
> can someone tell me how to implement a fckeditor in a tapestry webapp.
> 
> i use maven.
> The Pom.XML is a bit large so ill paste just the fckeditor part
> 
> <dependency>
> <groupId>org.chenillekit</groupId>
> <artifactId>chenillekit-core</artifactId>
> <version>1.2.0</version>
> <type>jar</type>
> <optional>false</optional>
> </dependency>
> <dependency>
> <groupId>org.chenillekit</groupId>
> <artifactId>chenillekit-tapestry</artifactId>
> <version>1.2.0</version>
> <type>jar</type>
> <optional>false</optional>
> </dependency>
> 
> Chenillekit has a FCKeditor.
> 
> I tried to use it in my web app but i have a problem.
> 
> the *.java page
> ....
> import org.chenillekit.tapestry.core.components.Editor;
> ....
> @Property
> @Persist
> private String testValue;
> @Component(parameters = {"value=testValue", "width=100%"})
> private Editor editor;
> ....
> the *.tml part of the page
> ....
> <form action="#" t:type="Form">
> <textarea t:id="editor">
> this is a test input
> </textarea>
> </form>
> <div id="test1">${testValue}</div>
> .....
> 
> 
> i get an error
> 
> HTTP ERROR: 403
> 
> org/chenillekit/tapestry/core/components/fckeditor/editor/fckeditor.html
> 
> RequestURI=/assets/classpath/959ef68b8f100eee/org/chenillekit/tapestry/core/components/fckeditor/editor/fckeditor.html
> 
> Powered by Jetty://
> 
> can anyone give me some advice about fixing the problem?
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Tapestry-5.1.0.5-FCKEDITOR-PROBLEM-tp26717402p26723282.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to