Re: Image Upload Using TinyMCE Within Wicket Framework

2010-06-07 Thread danisevsky
Hi, I checkout https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicketstuff-core-1.4.9/and build tinymce-mce and get the same result (upload example doesn't work - screenshot is in my previous email) When I checkout only tinymce-parent - build failed: Reason: Cannot find

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-06-02 Thread Michał Letyński
Hi. I just checkout tinymce-parent with version 1.4.9 and everythink works both in FF3.5 and ie8 W dniu 2010-06-01 20:17, danisevsky pisze: Hello, I checkout wicket-stuff core, install and run tinymce-examples, every examples works fine except image upload. Firebug do not show any javascript

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-06-02 Thread danisevsky
thanks, this is that problem, I checkout wicketstuff-core from https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/and there is version 1.4.10-SNAPSHOT I will try to find 1.4.9 2010/6/2 Michał Letyński mletyn...@consol.pl Hi. I just checkout tinymce-parent

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-06-01 Thread danisevsky
Hello, I checkout wicket-stuff core, install and run tinymce-examples, every examples works fine except image upload. Firebug do not show any javascript error. Could you please tell me what is wrong. What I get is on the attachment picture.

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-20 Thread Michał Letyński
Hi Muro. W dniu 2010-05-19 15:12, Muro Copenhagen pisze: Hi Michal, Thanks for the reply Yes that was my idea. It would be better with a static reference to a localdrive folder, so the folder works as a image repository. I am working on a wepapp where users has to login...the problem i am

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-20 Thread Muro Copenhagen
Hi Michal The idea is that users can upload a question, with images related to that question. So after upload, the image will be seen as regular text. We are expecting many pictures to be uploaded...So i probably want to use shared resources. But still then i have to parse and rerender the src

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-20 Thread Michał Letyński
Hi. W dniu 2010-05-20 13:29, Muro Copenhagen pisze: Hi Michal The idea is that users can upload a question, with images related to that question. So after upload, the image will be seen as regular text. We are expecting many pictures to be uploaded...So i probably want to use shared

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-19 Thread Michał Letyński
Hi. Whay do you want to change exactly Muro ? Temporary path is set to javax.servlet.context.tempdir. Image must be temporary uploaded somewhere to show it in editor later. This src in img tag points into ImageUploadPanel which implements IResourceListener. So the ImageUploadPanel is called

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-19 Thread Muro Copenhagen
Hi Michal, Thanks for the reply Yes that was my idea. It would be better with a static reference to a localdrive folder, so the folder works as a image repository. I am working on a wepapp where users has to login...the problem i am experiencing is that the the image reference is temporary,

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-18 Thread Muro Copenhagen
Hi... I am facing a new problem with the TinyMCE upload image, i hope someone can assist me on. I can see that the ImageUpload tinymce example uses a temporary path to store the images... If i want to store them on a static folder, like the folder: c:\images How would i achive that ? If can

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-14 Thread Muro Copenhagen
Hi Michal I appreciate you're effort spelling things out. I am still not sure on how to get it to work. When i add this dependency to my project it won't work: dependency groupIdorg.wicketstuff/groupId artifactIdtinymce/artifactId

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-14 Thread Michał Letyński
Hi. Yes you are right the last released version is 1.4.1. So you must build it localy. W dniu 2010-05-14 11:19, Muro Copenhagen pisze: Hi Michal I appreciate you're effort spelling things out. I am still not sure on how to get it to work. When i add this dependency to my project it won't

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-14 Thread Muro Copenhagen
Hi Michal Great thanks for the help.. Best Regards Muro 2010/5/14 Michał Letyński mletyn...@consol.pl Hi. Yes you are right the last released version is 1.4.1. So you must build it localy. W dniu 2010-05-14 11:19, Muro Copenhagen pisze: Hi Michal I appreciate you're effort spelling

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-13 Thread Michał Letyński
Hi. Its commited to trunk and in pom we have 1.4.7-SNAPSHOT so it should be available ... W dniu 2010-05-12 15:23, Muro Copenhagen pisze: Hi again... I guess a new release of wicket-stuff tinymce has to be made in order to use it... The current release 1.4-rc7 misses the changes you have

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-12 Thread Muro Copenhagen
Hi Michael, That is a great example. But you mentioned that you have commited the sample to wicket-stuff. I can't find it anywhere so can you please send a link or something... Best regards Muro On Tue, May 4, 2010 at 2:49 PM, Robert Kimotho kimot...@gmail.com wrote: You are right I have a

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-12 Thread Michał Letyński
Hi. Its one of tiny examples: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/tinymce-parent/tinymce-examples W dniu 2010-05-12 12:40, Muro Copenhagen pisze: Hi Michael, That is a great example. But you mentioned that you have commited the sample to

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-12 Thread Muro Copenhagen
Hi, Cool...thats nice... Best regards Muro 2010/5/12 Michał Letyński mletyn...@consol.pl Hi. Its one of tiny examples: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/tinymce-parent/tinymce-examples W dniu 2010-05-12 12:40, Muro Copenhagen pisze: Hi

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-12 Thread Muro Copenhagen
Hi again... I guess a new release of wicket-stuff tinymce has to be made in order to use it... The current release 1.4-rc7 misses the changes you have commited... Who can make a new release of wicket-stuff tinymce so we can use the commited code ? Best Regards Muro 2010/5/12 Michał Letyński

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-04 Thread Michał Letyński
I had similar problem with all wicket-stuff examles ... http://apache-wicket.1842946.n4.nabble.com/Building-tinymce-examples-from-wicketstuff-td2048254.html#a2048254 You must checkout only tinymce-parent and build it from there. When you have downloaded whole wicketstuff-core with parent pom you

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-04 Thread Michał Letyński
Hi. If you have images in tiny with external src it should work but if you have in src a wicket path you must change it (to component which will get the image look at IResourceListener) before displainng image in label, multilinelabel, etc. W dniu 2010-05-03 09:10, Robert Kimotho pisze:

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-04 Thread Robert Kimotho
You are right I have a wicket path in src and it looks like this 'resources/wicket.contrib.tinymce.InPlaceEditBehavior/tiny_mce/plugins/emotions/img/smiley-cool.gif' this is what you get submitted to the server, but the image does not get displayed. Can you guide me to using the IResourceListener

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-03 Thread Robert Kimotho
When I submit a form with an emoticon from the fullfeatured tinymce, the image doesn't get displayed in the destination only the text. any suggestions, I've been stuck here for a while now. 2010/5/1 新希望软件 -- 俞宏伟 nhsoft@gmail.com image upload example run failuer, the application

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-04-30 Thread 新希望软件 -- 俞宏伟
image upload example run failuer, the application throwsNoClassDefFoundError . WicketMessage: Can't instantiate page using constructor public wicket.contrib.examples.tinymce.ImageUploadTinyMCEPage() Root cause: java.lang.NoClassDefFoundError: wicket/contrib/tinymce/image/ImageUploadPanel

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-04-26 Thread Michał Letyński
I commited it to wicket-stuff tinymce project with proper example. W dniu 2010-04-21 10:23, Johan Haleby pisze: That would be really helpful. I'm struggling to get your example to work. - To unsubscribe, e-mail:

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-04-21 Thread Johan Haleby
That would be really helpful. I'm struggling to get your example to work. -- View this message in context: http://n4.nabble.com/Image-Upload-Using-TinyMCE-Within-Wicket-Framework-tp1844756p2018575.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-04-06 Thread Michał Letyński
Thanks. I was thinking to commit it to tinymce wicketsuff-project as separate plugin. In that project there are already some plugins present. Andreas Petersson pisze: Looks very helpful on first sight. maybe it would make sense to release the used code in the form of a wicketstuff project,

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-04-04 Thread Andreas Petersson
Looks very helpful on first sight. maybe it would make sense to release the used code in the form of a wicketstuff project, for better accessability for developers. I wrote an article for following topic: Image upload using TinyMce within Wicket Framework Article is based on functionality