Re: ajax event not quite working as planned

2014-03-29 Thread Stefan Renz
Hi, Entropy wrote: > I solved my button issue by creating two buttons and toggling their > visibility rather than changing the label on a single button. i still think > the original solution should have worked, but I have fixed the problem. I guess you want to #setBody() instead of #setLabel() -

Re: Does wicket have parameter-based security?

2014-03-29 Thread Ernesto Reinaldo Barreiro
Hi Tom, I do not see any reason preventing you from delivering a custom IAuthorizationStrategy that does what you want. On Fri, Mar 28, 2014 at 8:37 PM, Tom Norton < tomwnorton.mailing.li...@gmail.com> wrote: > Let's say I have a page called: /order-details/${orderId}. > > Let's also say I want

Re: Does wicket have parameter-based security?

2014-03-29 Thread Stefan Renz
Hi, Tom Norton wrote: > 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