Re: Problem migrating to Wicket 7

2016-06-08 Thread Dirk Forchel
Hello Martin, As I've written in my first post, we've noticed a general problem with all Behavior classes added to Components where the parent component is a Border component. We are using two nested Borders to create a consistent page layout for our web application. The "content" components are

Re: Generate css from less for package resources at runtime.

2016-06-08 Thread Martin Grigorov
HI Lasse, I've checked again Wicket Bootstrap code and I see that it works only with LessSource$URLSource class which have lastModifiedDate. I'll need more info (or a demo app) how exactly you use StringSource so I can think for improvement. Martin Grigorov Wicket Training and Consulting

Re: Problem migrating to Wicket 7

2016-06-08 Thread Martin Grigorov
What exactly are the steps to reproduce ? The application doesn't explain anything! Your email as well! I hope you don't expect from us to start debugging all those classes without an idea what they are supposed to do. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov

Re: remove listitem from listview backed by loadabledetachablemodel inside a form

2016-06-08 Thread Martin Grigorov
Hi, The ListView will render whatever its underlying List contains. It is up to you to decide how to load the items of the list and how to store them. You could use a composite model that has a slot for those custom entries and another one that delegates to the LDM. You may also find the

remove listitem from listview backed by loadabledetachablemodel inside a form

2016-06-08 Thread nino martinez wael
Hi Are there a way to remove one or more list items from a listview backed by a loadabledetachablemodel that are inside a form? I seem to be stuck at only be able to remove the current clicked item.. This applies whether or not ajax are used.. I think it's because the detachable model are

Re: Problem migrating to Wicket 7

2016-06-08 Thread Martin Grigorov
Your first email delivered to users@ differ with the one I read now in Nabble. I don't know why. In your third email I see a link to the demo app. I'll try to take a look in my spare time! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Jun 8, 2016 at 12:30

Re: Problem migrating to Wicket 7

2016-06-08 Thread Dirk Forchel
Nabble does. Here it is again ... myproject.zip PS: By the way, I meant the attachment at my previous post. -- View this message in context:

Re: examples7x.wicket.apache.org not available

2016-06-08 Thread Rob Audenaerde
Confirmed working! On Wed, Jun 8, 2016 at 11:18 AM, Andrea Del Bene wrote: > Restarted! Should shortly be available. > > Andrea. > > > On 08/06/2016 11:11, Marc Ende wrote: > >> Hi, >> >> I've seen that the http://examples7x.wicket.apache.org/ is currently not >>

Re: examples7x.wicket.apache.org not available

2016-06-08 Thread Andrea Del Bene
Restarted! Should shortly be available. Andrea. On 08/06/2016 11:11, Marc Ende wrote: Hi, I've seen that the http://examples7x.wicket.apache.org/ is currently not available. There is an proxy error. It would be great if the examples would be available soon, they're a great resource. ;)

examples7x.wicket.apache.org not available

2016-06-08 Thread Marc Ende
Hi, I've seen that the http://examples7x.wicket.apache.org/ is currently not available. There is an proxy error. It would be great if the examples would be available soon, they're a great resource. ;) Cheers Marc - To

Re: Problem migrating to Wicket 7

2016-06-08 Thread Martin Grigorov
Hi, There is no attachment. I guess Nabble doesn't allow it. On Jun 8, 2016 8:18 AM, "Dirk Forchel" wrote: > Does nobody has an idea? There might be some changes between Wicket 6 and > Wicket 7 how HeaderItems are rendered for Behaviors attached to Components. > I