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]

Reply via email to