The good news is the IDE and Maven didn't complain when I added the repository and the dependency, however, I still can't get it to work. I've tried so many configurations I'm really not sure what might be going wrong.
Is there anyone who could walk me through this starting from the fresh quickstart archetype? I'd certainly appreciate it. -----Original Message----- From: Andy Huhn [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 7:03 PM To: Tapestry users Subject: Re: need help setting up FCKEditor component Gabriel, Do you have FCKEditor in your classpath? (If you use Maven, you must have this repository on your pom.xml: <repository> <id>t5components</id> <name>T5Components Maven Repository</name> <url> http://87.193.218.134:8080/t5components/maven-repository </url> </repository> And this dependency in the same file: <!-- Get FCKEditor --> <dependency> <groupId>org.apache.tapestry</groupId> <artifactId>t5c-commons</artifactId> <version>0.5.15</version> </dependency> Thanks, Andy On Fri, 2008-10-17 at 15:54 -0600, Gabriel Rodriguez wrote: > I'm trying to use the FCKEditor in a Tapestry 5 page but every time I > get: > > > > "Unable to resolve 'fckeditor/editor' to a component class name..." > > > > I can't figure out how to get around this. Has anyone been able to get > this done? How? I appreciate the help. > > Gabriel > > --------------------------------------------------------------------- > 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]