Im currently validating 3 times. Example delete link is only allowed to super upers. So Im validating 3 times.
1-In the constructor (Redirect)
2-In the wicket link contruction (Set Link to False)
In the Onclick (Return)
I feel like an idiot validating 3 times. It should be something I can use to implement security in my wicket application.
You can enable components depending on the role a certain user has. For this you have to
A sample for this approach can be found here.