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:

  
t5components
T5Components Maven Repository

  http://87.193.218.134:8080/t5components/maven-repository

  

And this dependency in the same file:

  
  
org.apache.tapestry
t5c-commons
0.5.15
  

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:

  
t5components
T5Components Maven Repository

  http://87.193.218.134:8080/t5components/maven-repository

  

And this dependency in the same file:

  
  
org.apache.tapestry
t5c-commons
0.5.15
  

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]



need help setting up FCKEditor component

2008-10-17 Thread Gabriel Rodriguez

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]