You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by John Armstrong <si...@gmail.com> on 2009/05/12 21:39:51 UTC

TinyMCE resources directory

This is probably a basic question and it may not even be wicket
related but I was hoping for a tip.

I am using wicket under tomcat. I am -not- using Maven for building it
so no quickstart exists.

Here is what happens, in my dev environment (Eclipse) tinymce works
fine. I  import the Jar as a library and everything is happy. When I
add the TinyMCE behavior to my TextArea it writes the resource link
into the page and accesses it fine from
WEB-INF/classes/wicket/contrib/tinymce/tiny_mce/tiny_mce.js

When I deploy to tomcat though the files are not located and the
tinymce behavior fails.

It feels like a classpath issue but I am unsure how to proceed fixing.

This is 100% my ignorance so I appreciate any sympathetic souls that
can point me in the right direction. And yes, I am reading the maven
book for future projects so I can get with the WicketWay but this
project was my first experimental wicket project and is to far along
to convert so I am where I am with it :(

Tx
John-

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org