Tried to use wicket-contrib-tinymce expanded in the classpath (not
from jar), but when it would search for resources it didn't add the
folders for the package of the TinyMCEInitializer.class.

So I changed line 97 of TinyMCEInitializer.class to the following:

                String classpath = TinyMCEInitializer.class.getName();
                classpath = Strings.beforeLast(classpath, '.').replaceAll("\\.",
                                File.separator);

                initResources(application, basePath + File.separator + 
classpath);

Can the owner of the project fix this?
http://sourceforge.net/tracker/index.php?func=detail&aid=1455639&group_id=134391&atid=730668

Thanks


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to