Greg Brown wrote:
However, there may still be something we can do. Let's give it some thought.
Maybe Pivot should go the JSF route and support EL expressions:
<PushButton enable="${!listView.selectedRanges.empty}"/>
<PushButton enable="${listView.selectedItems.length > 0}"/>
<PushButton enable="${listView.selectedItem != null}"/>
Apache commons-el comes to mind.
Dirk.
