I use YUI editor, and was really easy to integrate to wicket, you only set and read a model of a textarea with wicket. NM
On Fri, Apr 23, 2010 at 9:11 AM, Pointbreak <[email protected]<pointbreak%[email protected]> > wrote: > > tinymce-parent.tinymce.src.main.java.wicket.contrib.tinymce.settings.TinyMCESettings > is not a class, wicket.contrib.tinymce.settings.TinyMCESettings is. This > has nothing to do with inner static classes, but with the way you set > your paths during compilation. > > On Fri, 23 Apr 2010 13:07 +0200, "Michał Letyński" <[email protected]> > wrote: > > Did somebody build tinymce-examples from wicketstuff ? I get strange > > exception. > > > > > C:/workspace1/wicketstuff-core/tinymce-parent/tinymce-examples/src/main/java/wic > > ket/contrib/examples/tinymce/AjaxTinyMCEPage.java:[8,-1] cannot access > > wicket.co > > ntrib.tinymce.settings.TinyMCESettings > > bad class file: C:\Documents and > > Settings\mletynski\.m2\repository\org\wicketstu > > > ff\tinymce\1.4.7-SNAPSHOT\tinymce-1.4.7-SNAPSHOT.jar(wicket/contrib/tinymce/sett > > ings/TinyMCESettings.class) > > class file contains wrong class: > > tinymce-parent.tinymce.src.main.java.wicket.con > > trib.tinymce.settings.TinyMCESettings > > > > I was playign with pom's a lot but without success. I think its a > > problem with inner static classes inside TinyMCESettings . I tried with > > different project from wicket-stuff and couple of them have similar > > problems with "containg wrong classes" > > > > Any hints ? > > > > --------------------------------------------------------------------- > > 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] > >
