Bug in wicket tiny mce 1.4.18

2011-12-10 Thread Philipp
Dear Folks, I think I found a bug in the Wicket Tiny MCE implementation version 1.4.18. In class TinyMCESettings.java there's the following method: public static void lazyLoadTinyMCEResource(IHeaderResponse response) { String url =

Re: Bypass CDATA contribution on script tags

2011-12-10 Thread Serban Balamaci
Hi Martin, Problem was, the JS dev was specific about not wanting to contribute to the head portion the JS template. What I've done for a quick solution is that we moved the js templates in a separate .tmpl files which sit next to the .html Then I use a PackageTextTemplate to provide the template

Re: Bug in wicket tiny mce 1.4.18

2011-12-10 Thread Michal Letynski
Just get an access to wicket-stuff and fix it by yourself. W dniu 2011-12-10 20:07, Philipp pisze: Dear Folks, I think I found a bug in the Wicket Tiny MCE implementation version 1.4.18. In class TinyMCESettings.java there's the following method: public static void

Re: Qeustions about SortedSet and ListMultipleChoice (with and without Metagen)

2011-12-10 Thread Igor Vaynberg
quickstart attached to a jira ticket will help -igor On Fri, Dec 9, 2011 at 12:15 PM, Jablow, Eric R eric.jab...@mantech.com wrote: In my project, for business reasons, we have classes with SortedSet members. The classes and their elements are all Serializable.  I'm having trouble working