Re: Use thrid party JQuery Plugin in Wicket Panel

2015-06-17 Thread Tom Norton
This worked. Thanks a bunch! Tom On Wed, Jun 17, 2015 at 12:27 PM, andrea del bene an.delb...@gmail.com wrote: Hi, maybe this paragraph of the user guide can help you: http://ci.apache.org/projects/wicket/guide/6.x/guide/single.html#resources_6 You can read your js file both as an URL or

Re: CompoundPropertyModel: override method or catch exception

2015-06-17 Thread Martin Grigorov
Hi, Then you need to roll your own IModel and use it instead of CompountPropertyModel. **PropertyModel classes use reflection to find and call the setter and getter methods. Martin Grigorov Freelancer. Available for hire! Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Jun

[ANNOUNCE] Apache Wicket 6.20.0 adds InlineImage and CSRF prevention measure

2015-06-17 Thread Martijn Dashorst
The Apache Wicket PMC is proud to announce Apache Wicket 6.20.0! This release marks another minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New and

Re: Wicket site available in GitHub

2015-06-17 Thread Tobias Soloschenko
Good see! What about the new site? - I remember that Martijn said that he wants it online when Wicket 7 is going to be released. The new one looks so awesome - can't wait. :-) kind regards Tobias Am 17.06.2015 um 14:36 schrieb Martin Grigorov mgrigo...@apache.org: Hi everyone, Since

Wicket site available in GitHub

2015-06-17 Thread Martin Grigorov
Hi everyone, Since today the sources for http://wicket.apache.org/ are mirrored at https://github.com/apache/wicket-site. Pull requests with any kind of improvements are very welcome! Martin Grigorov Freelancer. Available for hire! Wicket Training and Consulting https://twitter.com/mtgrigorov

Re: Wicket site available in GitHub

2015-06-17 Thread Martijn Dashorst
I'm currently working with my intern to migrate the user guide to asciidoctor. He's a smart guy so it progresses quite impressively. We have a php script that migrates all docs from gdoc to asciidoc and are now in the process of generating a single HTML file and PDF. Multi page HTML site

Re: Use thrid party JQuery Plugin in Wicket Panel

2015-06-17 Thread andrea del bene
Hi, maybe this paragraph of the user guide can help you: http://ci.apache.org/projects/wicket/guide/6.x/guide/single.html#resources_6 You can read your js file both as an URL or as a context-relative resources (see http://ci.apache.org/projects/wicket/guide/6.x/guide/single.html#resources_5)

Re: Use thrid party JQuery Plugin in Wicket Panel

2015-06-17 Thread Tom Norton
Our web site is only partially developed with wicket, so the the javascript file in question can't be retrieved using a package-based approach. Is there a way to add an absolute reference for a javascript plugin? Thanks, Tom On Tue, Jun 16, 2015 at 4:50 PM, Martin Grigorov mgrigo...@apache.org

Re: Use thrid party JQuery Plugin in Wicket Panel

2015-06-17 Thread Martin Grigorov
How exactly you contribute the js file? On Jun 17, 2015 6:53 PM, Tom Norton tomwnorton.mailing.li...@gmail.com wrote: Our web site is only partially developed with wicket, so the the javascript file in question can't be retrieved using a package-based approach. Is there a way to add an