Re: searching for a Rich text editor

2013-12-19 Thread mkrivan
The last 3 days I have tried all of the mentioned RTE but I had some trouble with each, I would like to share my experiences. I am using apache-wicket (version 1.5.10 currently in maven project) for 2 years and I like it so much but sometimes when I want to add a new component I fail with it.

Re: 1.4.7 app form does not submit on server when panel is not visible.

2013-12-19 Thread Sven Meier
That's too much code to dissect in an email. Create a quickstart please. Sven On 12/18/2013 07:29 PM, Entropy wrote: This is in one of our Wicket 1.4.7 apps that we have not converted yet. The problem does not happen in localhost test environments, but does happen on the server. Moreover,

Re: searching for a Rich text editor

2013-12-19 Thread Sebastien
Hi, For the Kendo UI one, the way to include resource is explained here: https://github.com/sebfz1/wicket-jquery-ui/wiki/%5Bhowto%5D-change-resources-references Best regards, Sebastien. On Thu, Dec 19, 2013 at 9:21 AM, mkrivan mik...@krivan.hu wrote: The last 3 days I have tried all of the

Re: wicket-el - is this a safe way to hook into wicket?

2013-12-19 Thread Martin Grigorov
Hi, I'm glad you are making progress with your adventure! On Thu, Dec 19, 2013 at 7:40 AM, Steve Coughlan shadders@gmail.comwrote: A few weeks back I made a post about the first version of universal expression language for wicket. Since then it's come quite a way. The initial version

Re: wicket-el - is this a safe way to hook into wicket?

2013-12-19 Thread Steve
Why ModifiableMarkup has to be mutable ? Do you expect that the markup will change at runtime in some conditions ? I think what you need is a new impl of MarkupElement for the expressions. So org.apache.wicket.markup.Markup#markupElements will have more elements. Then when rendering starts

Re: wicket-el - is this a safe way to hook into wicket?

2013-12-19 Thread Martin Grigorov
On Thu, Dec 19, 2013 at 11:49 AM, Steve shadders@gmail.com wrote: Why ModifiableMarkup has to be mutable ? Do you expect that the markup will change at runtime in some conditions ? I think what you need is a new impl of MarkupElement for the expressions. So

Re: 1.4.7 app form does not submit on server when panel is not visible.

2013-12-19 Thread Entropy
Yeah, I get that. The problem with that is that I can't reproduce the issue locally with the FULL APPLICATION, so I am reasonably certain that I won't be able to reproduce it with a quickstart. It only happens on the server AND when this panel is visible. I attached the panel as a file if that

Re: 1.4.7 app form does not submit on server when panel is not visible.

2013-12-19 Thread Entropy
New Info: So I've been promoting over and over, having backed the panel out and slowly building it back up. When I don't build the buttons in the middle, the page submits normally. The html for the buttons is: div id=tabbuttons button type=button title=Add

Re: 1.4.7 app form does not submit on server when panel is not visible.

2013-12-19 Thread Entropy
I can now add that if only the addSelected button is added, the problem happens, likewise if only addAll is included. So it appears that any of the four buttons creates the problem. add(new AjaxButton(addSelected) { private static final long

Re: 1.4.7 app form does not submit on server when panel is not visible.

2013-12-19 Thread Entropy
SOLVED I don't know why i didn't see this earlier, but the issue was using the button tag instead of input type=button. Somewhere along the line, someone started using button tags in our shop and we've noticed quirky behavior from them before (though nothing this quirky). Changed it to input

Re: wicket-el - is this a safe way to hook into wicket?

2013-12-19 Thread Igor Vaynberg
On Wed, Dec 18, 2013 at 9:40 PM, Steve Coughlan shadders@gmail.com wrote: A few weeks back I made a post about the first version of universal expression language for wicket. Since then it's come quite a way. The initial version hooked into by implementing IMarkupResourceStreamProvider

Re: searching for a Rich text editor

2013-12-19 Thread mkrivan
Thanks, yes, I have found it but unfortunately it is only for wicket 6 not for wicket 1.5. I already thinking on moving forward to 6 but I need to change quite a lot in the project so I need some more time to fullfill all of the wicket 6 changes. I think I have to choose tinymce now with the