Re: [ANNOUNCE] Apache Wicket 7.4.0 Released

2016-07-22 Thread Tobias Soloschenko
Hi Martin, done - I also updated the archetype versions and increased the wicket 8 version to 8.0.0-M1 By the way the error in the link to the migration guide of wicket 6 is that it ends with "ion" not with "e" - see: wicket 6 http://s.apache.org/wicket6migration wicket 7

Re: [ANNOUNCE] Apache Wicket 6.24.0 Released

2016-07-22 Thread Martin Grigorov
Thanks, Yaya! The link points to: https://cwiki.apache.org/confluence/display/WICKET/Migrating+to+Wicket+6.0 While it has to link to: https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0 I am not able to update it at https://s.apache.org/. I guess only the creator of the

Re: Showing images without wicket component

2016-07-22 Thread ndongo yaya
Hi ! If you're changing your image with Ajax, you could use the static path as Christoph suggested with AjaxRequestTarget : target.appendJavascript("$('yourselector').attr('src', './yourstaticpath'); Regards, Yaya 2016-07-22 10:47 GMT+02:00 Christoph Läubrich : > You

Re: [ANNOUNCE] Apache Wicket 6.24.0 Released

2016-07-22 Thread ndongo yaya
Hi, Thanks so much for this new release. Just a minor update : * http://s.apache.org/wicket6migrate is a dead link :( Best Regards, Yaya 2016-07-21 17:55 GMT+02:00 Martijn Dashorst : > The Apache Wicket PMC is proud to announce Apache Wicket 6.24.0! > > Apache Wicket

Re: Showing images without wicket component

2016-07-22 Thread Christoph Läubrich
You kan provide static content with the default mechanism of your servlet-container (jetty? Tomcat? ...?) under a specific url. If for whatever reason this does not work for you you can also mount resources in Wicket to a static url. Am 22.07.2016 09:10, schrieb ivan.cicevac: Hi, That is a

Re: Showing images without wicket component

2016-07-22 Thread Sebastien
(out of scope) if you have other usages of kendo, maybe you can have a look at the wicket jquery ui project, it covers (quite?) all core components and some advanced/commercial ones... On Jul 22, 2016 9:53 AM, "ivan.cicevac" wrote: > Hi, > > That is a

Re: Showing images without wicket component

2016-07-22 Thread ivan.cicevac
Hi, That is a javascript framework (kendo) and I have possibility to provide just an html content i.e. img tag with src="url", but I need url for the src attribute, I have images in a folder within project, so I need to pass their wicket, urls so they can be renderered properly, but don't know

Re: DropDownChoice in a listview not updating model - With ajax *SOLVED*

2016-07-22 Thread mniel0
The problem has been solved! My problem was my ChoiceRenderer rendrer = new ChoiceRenderer("Name", "ProviderID"); The provider ID is the same for both of the values in the dropdownchoice, so no matter which i picked i'd choose the same "ID". So i created a uniqueID to use in my choicerenderer:

Re: Showing images without wicket component

2016-07-22 Thread Sven Meier
Hi, please give us more information: Where do you want to render that src attribute into? Is it a JavaScript library you want to pass the urls to? Have fun Sven -- View this message in context:

Re: [ANNOUNCE] Apache Wicket 7.4.0 Released

2016-07-22 Thread Martin Grigorov
Hi Tobias, Martijn will be on vacation. It would be great if you can update the site with the new versions! Thank you! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Jul 22, 2016 at 7:51 AM, Tobias Soloschenko < tobiassolosche...@googlemail.com> wrote: >

Re: Showing images without wicket component

2016-07-22 Thread Ernesto Reinaldo Barreiro
1- Mount a resource on e.g. "folderimages/${name}". This resource just read parameter name goes to your folder and stream back file name. 2- then url "/folderimages/a.jpg" will serve "a.jpg". http://wicketinaction.com/2011/07/wicket-1-5-mounting-resources/ On Fri, Jul 22, 2016 at 8:48 AM,

Re: DropDownChoice in a listview not updating model - With ajax

2016-07-22 Thread Sven Meier
Hi, please put your code somewhere where we can grab it, preferably inside a wicket quickstart. These screenshots are hard to read :(. Thanks Sven -- View this message in context:

Showing images without wicket component

2016-07-22 Thread ivan.cicevac
Hi all, I'm using external css and js libraries and to make story short, I need to have image added using tag and src attribute, I cannot add a component to the page, so I just need correct url put in src attribute and my problem would be solved, but I don't know how to do that, can anybody

DropDownChoice in a listview not updating model - With ajax

2016-07-22 Thread mniel0
Hi wicket forum! I've been stuck with this problem for a while now, and frankly it is starting to piss me off :P So lets get down to business! I have a editor page where the user should be able to edit all kind of information. The thing i have problems with is that it doesn't seem to