RE: need help setting up FCKEditor component

2008-10-20 Thread Gabriel Rodriguez

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
idt5components/id
nameT5Components 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
groupIdorg.apache.tapestry/groupId
artifactIdt5c-commons/artifactId
version0.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]



Re: need help setting up FCKEditor component

2008-10-17 Thread Andy Huhn
Gabriel,

Do you have FCKEditor in your classpath?

(If you use Maven, you must have this repository on your pom.xml:

  repository
idt5components/id
nameT5Components 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
groupIdorg.apache.tapestry/groupId
artifactIdt5c-commons/artifactId
version0.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]