Yes I introduced those dependencies. So people are really still using stone age java versions. I will have a look at it later this week. For now, you could of course just check out the latest snapshot from svn, and build against java 1.4. The only thing you need to change is the Set<Component> textArea member of TinyMCESettings. The other stuff (including the dependencies you list below) should compile fine against 1.4, except for the testcases. (If UUID really is available in Java5 only: just remove the UUID member, you won't need it for your project).
On Mon, 25 Aug 2008 15:28:17 -0700 (PDT), "rajdhan" <[EMAIL PROTECTED]> said: > > I got the latest TinyMce-SNAPSHOT.jar, but couldn't compile my project as > the > distributed jar was compiled with JDK 1.5 and we are having to use 1.4 > (other project dependencies). > > So, Checked-out the latest from SVN to try compiling with 1.4 and sure > enough, there were 1.5 dependencies, and the compile failed as well. > > The dependencies I found: > UUID in TinyMceSettings.java > StringBuilder TinyMceBehavior.java > > Any recommendations as to how I can work around this? > > > pointbreak+wicketstuff wrote: > > > > FWIW, I cannot reproduce your problem in the latest tinymce snapshot. > > The latest snapshot has tinymce updated to version 3.1.0.1, so that > > might solve your problem. Otherwise you may have more luck posting your > > problem in the tinymce forums, as the plugin really doesn't do anything > > special to plugins and setup of tinymce. > > And I guess posting your problem once is more than enough ;-). > > > > > > On Mon, 25 Aug 2008 10:24:41 -0700 (PDT), "rajdhan" > > <[EMAIL PROTECTED]> said: > >> > >> Hi All, > >> > >> We are using TinyMce to post Rich Text onto a website with the > >> possibility > >> of providing hyper links. > >> > >> We are having issues posting links into the Text Area, example issue > >> below: > >> > >> When I paste something like > >> http://localhost:8080/doc?id=093102ce8004ffee&ll=f > >> > >> into the Text area, I see the following as the link URL if I highlight > >> the > >> text and click on the "link" button. > >> doc?id=093102ce8004ffee&ll=f > >> > >> The posted text appears on the page http://localhost:8080/mypage when we > >> submit from the TinyMce panel. If I hover on the link on the posted text, > >> I > >> see the hyper link as > >> http://localhost:8080/mypage/doc?id=093102ce8004ffee&ll=f which is not > >> right. > >> > >> To correct this, we are having the users edit the hyperlink manually by > >> changing it to either > >> /doc?id=093102ce8004ffee&ll=f > >> Or > >> http://localhost:8080/doc?id=093102ce8004ffee&ll=f > >> > >> Has anybody come across this issue? > >> > >> Is it possible to eliminate the manual step of adjusting the Link URL > >> value? > >> > >> Thanks, > >> Raj > >> > >> > >> -- > >> View this message in context: > >> http://www.nabble.com/Links-Issue-with-TinyMce-tp19148029p19148029.html > >> Sent from the Wicket - User mailing list archive at Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> 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] > > > > > > > > -- > View this message in context: > http://www.nabble.com/Links-Issue-with-TinyMce-tp19148029p19152856.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > 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]
