Re: TextField - AjaxEventBehavior-onBlur - onEvent

2015-06-16 Thread sorinev
I don't have the code at hand this very moment, but it goes something like this. The TextField above the table does the onblur like: tf.add(new AjaxEventBehavior(onBlur, {override onEvent here along with a target.addComponent(table)} ... Then for the table, there is a DataView with a populate

Re: Wicket 6.20 release date?

2015-06-16 Thread Sebastien
Vote for 6.20.0 has closed today with success, it will be released in a couple of hours certainly... On Tue, Jun 16, 2015 at 4:43 PM, tomask79 tomas.klou...@embedit.cz wrote: Martijn Dashorst wrote I'm not certain it will be today... Work intervened. Am working on the code as we speak.

Re: TextField - AjaxEventBehavior-onBlur - onEvent

2015-06-16 Thread Martin Grigorov
OK. This is what you mean by highlighting. I imagined something else. In this case you can use JavaScript to accomplish this without using Wicket: $(document).on('focusin', '#yourTableId td input', function() {$(this).select();}) Martin Grigorov Freelancer. Available for hire! Wicket Training

Re: Wicket 6.20 release date?

2015-06-16 Thread Martijn Dashorst
The vote was concluded today, the releases have to trickle through to maven central and the mirrors of Apache before we can announce the release. That said, nothing prevents you from trying to use 6.20.0 in your project if it can grab the artifacts from Central right now. When/how repository.a.o

Re: Wicket 6.20 release date?

2015-06-16 Thread Robert Gründler
We’re already using it in our development branch :) regards robert On 16 Jun 2015 at 17:10:00, Martin Grigorov (mgrigo...@apache.org) wrote: It is on its way to Maven central. http://repo1.maven.org/maven2/org/apache/wicket/wicket-core/6.20.0/ I'm not sure whether all modules are

Re: Wicket 6.20 release date?

2015-06-16 Thread tomask79
Martijn Dashorst wrote I'm not certain it will be today... Work intervened. Am working on the code as we speak. Martijn Ok, speaking is done...:) How do you see it? We desperatelly need one of the fix in 6.20. I don't wanna make manuall workarounds... -- View this message in context:

Re: Wicket 6.20 release date?

2015-06-16 Thread Martin Grigorov
It is on its way to Maven central. http://repo1.maven.org/maven2/org/apache/wicket/wicket-core/6.20.0/ I'm not sure whether all modules are already uploaded yet. Martin Grigorov Freelancer. Available for hire! Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Jun 16, 2015 at

Re: TextField - AjaxEventBehavior-onBlur - onEvent

2015-06-16 Thread sorinev
How would I accomplish that? I've tried this https://cwiki.apache.org/confluence/display/WICKET/Markup+inheritance https://cwiki.apache.org/confluence/display/WICKET/Markup+inheritance and this https://cwiki.apache.org/confluence/display/WICKET/Adding+Javascript+or+CSS+using+a+Resource

Re: TextField - AjaxEventBehavior-onBlur - onEvent

2015-06-16 Thread sorinev
False alarm, I had some kinks to work out. It works great now, thanks for your help with this, I appreciate it. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/TextField-AjaxEventBehavior-onBlur-onEvent-tp4671150p4671204.html Sent from the Users forum mailing list

CompoundPropertyModel: override method or catch exception

2015-06-16 Thread sorinev
To go with my other thread http://apache-wicket.1842946.n4.nabble.com/TextField-AjaxEventBehavior-onBlur-onEvent-tp4671150.html about the same form page, I have an issue with the CompoundPropertyModel. There is a TextField in a form on this page, and the corresponding setter in the model can

Re: TextField - AjaxEventBehavior-onBlur - onEvent

2015-06-16 Thread Martin Grigorov
Welcome! Martin Grigorov Freelancer. Available for hire! Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Jun 16, 2015 at 7:18 PM, sorinev sori...@gmail.com wrote: False alarm, I had some kinks to work out. It works great now, thanks for your help with this, I appreciate

Use thrid party JQuery Plugin in Wicket Panel

2015-06-16 Thread Tom Norton
We are in the process of upgrading from wicket 5 to wicket 6 and we are having trouble with some of our panels that load custom JQuery plugins. Because wicket 6 writes the script tags for child components before parent components, our components that use third party jquery plugins get wiped out

Re: Use thrid party JQuery Plugin in Wicket Panel

2015-06-16 Thread Martin Grigorov
Hi, Yes, use: response.render(JavaScriptHeaderItem.forReference(new *JQueryPluginResourceReference*(YourScope.class, your-plugin.js))) Martin Grigorov Freelancer. Available for hire! Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Jun 16, 2015 at 11:40 PM, Tom Norton

Re: TextField - AjaxEventBehavior-onBlur - onEvent

2015-06-16 Thread Martin Grigorov
Hi, How exactly do you use SimpleAttributeModifier here? I think using CSS like: input:focus {...} should be good enough for highlighting the currently focused input. No need of extra logic. Martin Grigorov Freelancer. Available for hire! Wicket Training and Consulting

Re: wicket-menu and AjaxLink

2015-06-16 Thread lucio
Il 2015-06-14 21:47 Martin Grigorov ha scritto: Hi, Consult with the sources and the demo application - https://github.com/cooldatasoft/wicket-menu ;-) Thanks, source code is not the most beautiful documentation you can think of, but it is better than nothing. The demo app does not use that

Re: wicket-menu and AjaxLink

2015-06-16 Thread Martin Grigorov
On Tue, Jun 16, 2015 at 12:48 PM, lu...@sulweb.org wrote: Il 2015-06-14 21:47 Martin Grigorov ha scritto: Hi, Consult with the sources and the demo application - https://github.com/cooldatasoft/wicket-menu ;-) Thanks, source code is not the most beautiful documentation you can think of,

Re: Please, I need help to add noscript tag with Wicket

2015-06-16 Thread Roberto Lavalle de Juan
Thanks a lot Martin, I had a confusion, I don't need a dynamic value. Roberto Lavalle de Juan CTO - tellmeGen tlf. +34 650 129 806 El 12/06/2015 a las 14:01, Martin Grigorov escribió: Hi Roberto, What exactly is the problem? Which part of the HTML is dynamic? BTW you can use span instead of