Re: File download not working after migrating to wicket 8

2018-01-03 Thread Martijn Dashorst
Is this something for the migration guide? Martijn On Tue, Jan 2, 2018 at 12:40 PM, Ravi wrote: > That did the trick, thanks Sven! > > -- > Sent from: > http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html > >

Re: How to add image in the panel class

2018-01-03 Thread Tobias Soloschenko
Hi, I would wrap the panel tag around the div and apply a class to it. For the inline icon you can use the CssUrlReplacer with ?embedBase64. See: https://ci.apache.org/projects/wicket/guide/7.x/single.html#_cssheaderitem_and_javascriptheaderitem_compression If you would like the image to be in

How to add image in the panel class

2018-01-03 Thread extraquoo
I want to add an image icon inline the title of the panel like below the panel HTML is using the tag to render the panel class HTML : ..(verbiages)

Re: wicket:for inside a propertyListView doesn't generate id on the input

2018-01-03 Thread Virginie Garcin
Hi Bas, Thank you for your reply. You're right: the order here changes everything and the id is generated if I switch the elements. It's confusing that the behaviour of wicket:for isn't consistant depending on html elements order, in my opinion the order shouldn't matter. Best regards, Virginie

Re: wicket:for inside a propertyListView doesn't generate id on the input

2018-01-03 Thread Bas Gooren
Hi Virginie, Looking through the wicket source code, I see that wicket:for is handled through a component resolver (see AutoLabelResolver). Since these are run at render time (see MarkupContainer#renderNext()) and your label is after the checkbox in html, it means that your checkbox input is alr