Bugs item #1455639, was opened at 2006-03-21 20:42
Message generated for change (Comment added) made by syca
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=730668&aid=1455639&group_id=134391
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Wicket Stuff
Group: None
>Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Joseph Toth (weazelb0y)
Assigned to: Iulian Costan (syca)
Summary: wicket-contrib-tinymce finding resources in classpath
Initial Comment:
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);
----------------------------------------------------------------------
>Comment By: Iulian Costan (syca)
Date: 2006-03-28 07:49
Message:
Logged In: YES
user_id=292012
fixed
----------------------------------------------------------------------
Comment By: Iulian Costan (syca)
Date: 2006-03-28 07:47
Message:
Logged In: YES
user_id=292012
fixed, assigned to me and close the defect
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=730668&aid=1455639&group_id=134391
-------------------------------------------------------
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&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-stuff-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-stuff-develop