Expanded Wicket Component Expressions
I have updated my wicket component expressions library to include enabled and visible conditions in the expressions.
This basically means that you can filter your component expression by if a component is visible, enabled, or both. The following is an example of what can now be done:
"one1[enabled=true]:two1[enabled=true]"
"one1[visible=true and enabled = true]:
two1[visible=true & enabled=true]"
"**[visible=true]"
As before the code is available on the london wicket google code project, under an apache 2 licence. Due to the additional functionality I have bumped up the version number to 0.2.0, so you will need to update you pom to reflect this.