Ace Editor Wicket integration?

2015-03-16 Thread Tom Götz
Hi folks, has anybody already done a successful Wicket integration of the Ace code editor (https://github.com/ajaxorg/ace https://github.com/ajaxorg/ace) and is willing to share it (or at least some code snippets)? -Tom

Re: TextTemplateHeaderContributor from 1.4 to 6

2015-03-16 Thread Martin Grigorov
Hi, #renderHead(IHeaderResponse response) { super.renderHead(response); PackageTextTemplate template = new PackageTextTemplate(ClassName.class, filename.js); MapString, Object variables = ... response.render(OnDomReadyHeaderItem.forScript(template.asString(variables))); } Martin

TextTemplateHeaderContributor from 1.4 to 6

2015-03-16 Thread David Kaufman
Hello, I'm currently migrating a code snippet from version 1.4 to version 6: add( TextTemplateHeaderContributor.forJavaScript( ClassName.class, filename.js, new LoadableDetachableModelMapString, Object() { @Override protected MapString,

Radio buttons spread across page

2015-03-16 Thread Entropy
We have a page wherein we have a radio group that has the user selecting which section of the page applies to their situation with a different set of fields under each. I wan these radio buttons to behave as a group, but I don't want to put a bunch of controls under the group that aren't really

Re: Ace Editor Wicket integration?

2015-03-16 Thread Adam Hammer
No warranties implied, however this is the code I use to integrate ACE. It's a single page application, and I think ace.js is included in the HTML of the main page application. /** * The AcePanel is the Ace Editor and it's Affiliate Sidebar, Saving and Integration with the System. * * It's a

Re: Ace Editor Wicket integration?

2015-03-16 Thread andrea del bene
Unfortunately no :-/ Hi folks, has anybody already done a successful Wicket integration of the Ace code editor (https://github.com/ajaxorg/ace https://github.com/ajaxorg/ace) and is willing to share it (or at least some code snippets)? -Tom

Re: Wicket roadmap

2015-03-16 Thread Martin Grigorov
On Sun, Mar 15, 2015 at 10:46 PM, Francois Meillet francois.meil...@gmail.com wrote: Thanks you all servlet 4.0 / yes it's too early monitoring / metrics / ok server-sent events / didn't see it / :-) http://bitstorm.github.io/wicket-site/ is superb May we add a why Wicket link in the

Re: Wicket in web-fragments environment

2015-03-16 Thread Martin Grigorov
Hi, What is the actual stacktrace ? Martin Grigorov Freelancer, available for hire! Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Mar 16, 2015 at 10:05 AM, Patrick Davids patrick.dav...@nubologic.com wrote: Hi all, does someone have some experiences concerning wicket

Wicket in web-fragments environment

2015-03-16 Thread Patrick Davids
Hi all, does someone have some experiences concerning wicket and web-fragments? I set up a project with two jars, having both a web-fragments.xml. One of the web-fragments.xml defines a filter starting a WicketApplication, but I run into a ClassNotFoundExceptions, while it gets initilaized.