Dear all, I am trying to test out the use of FCKEditor with tapestry 5 ( http://code.google.com/p/tapestry5-fckeditor/) - the best guide I've seen is do download tapestry5-fckeditor-1.0.2.jar into the lib folder and then use the fckeditor component in template pages like below.
<t:fckeditor.editor t:id="biography" t:value="celebrity.biography"/> I have done this but getting a classnotfoundexception 'java.lang.NoClassDefFoundError: org/apache/tapestry/ioc/MappedConfiguration' could anybody help me confirm if there is a way I can use Maven to manage this dependency. Any guide to sort above will also be appreciated. cheers SPA