Re: Avoid calling Page.onInitialize if page constructor throws an exception

2014-03-28 Thread Robin Shine
Hi Sven, Thanks for looking into this. I started a new wicket project from scratch using Wicket maven archetype, and it does work as expected! Then I checked into my project to find the difference, and tt turns out that this issue will occur as long as below code is added in wicket

Re: Avoid calling Page.onInitialize if page constructor throws an exception

2014-03-28 Thread Sven Meier
Hi Robin, we should try to improve that. Please create a new issue with a quickstart. Thanks Sven On 03/28/2014 09:16 AM, Robin Shine wrote: Hi Sven, Thanks for looking into this. I started a new wicket project from scratch using Wicket maven archetype, and it does work as expected! Then I

Re: Avoid calling Page.onInitialize if page constructor throws an exception

2014-03-28 Thread Robin Shine
Hi Sven, An issue has been created for this with a quickstart: https://issues.apache.org/jira/browse/WICKET-5546   Regards Robin From: Sven Meier s...@meiers.net To: users@wicket.apache.org Sent: Friday, March 28, 2014 4:22 PM Subject: Re: Avoid calling

JBoss Forge Plugin

2014-03-28 Thread David Beer
Hi All I am thinking of creating a JBoss Forge Plugin for wicket. The idea being that it would help create a base project with the Filter set the Home Page and a Base Page to work from. It would also provide the ability to create a new Page which would include creating Java source and HTML, the

Re: http://wicketinaction.com/ not reachable

2014-03-28 Thread Martijn Dashorst
The wicket in action blog has been suspended due to the insurmountable hacks that happen on the wordpress installation. This time the blog was serving cracks. It will remain offline until I have time to convert the blogging engine to a static website based on jekyll. Unfortunately I am unable to

Does wicket have parameter-based security?

2014-03-28 Thread Tom Norton
Let's say I have a page called: /order-details/${orderId}. Let's also say I want to ensure that some customer named Bob can only see the order-details pages for the orders he placed, but not any of the order-details pages for orders that John placed. I already know wicket has role-based