Maurice, the issue was fixed in 1.3 only, i'll take a look and fix it in 1.2 branch as well.
/iulian On 10/8/07, Maurice Marrink <[EMAIL PROTECTED]> wrote: > > Hi, > > I would like to use wicket-contrib-tinymce in our project but am > having a bit of a problem. > I am using the 1.0 version from sourceforge in our wicket 1.2.x project. > > The problem is that in the html the id of the textarea is set to the > markupid from the component, where TinyMCESettings expects this to be > the the id of the textarea. > > I could override getMarkupId in my textarea if only i did not need > multiple editors on one page. > Because i have one panel with one editor which gets used multiple > times in a single page all my editors will end up with the same id. > > I saw some mails regarding this problem in my mail archive of this > list but either it was not fixed or it was fixed in the wicket 1.3 > branch. > Which we will switch too in due time, but for the moment i am forced > to get this working on wicket 1.2. > > Also the reason this problem has not popped up frequently on this list > makes me wonder if i am missing something or if there simply is no one > else using wicket-contrib-tinymce with wicket 1.2 anymore. > > If this is indeed a bug i would suggest changing the code to use > getMarkupId instead of getId on the registered textareas. > > Thanks, > > Maurice > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
