-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.3.6, 5.4
-
Component/s: tapestry-core
-
Labels:
Imagine a list of entries with a "delete" checkbox on each row.
When submitted, I would like to validate each checked row to decide whether it is OK to delete.
I can write an event handler, onValidateFromDelete(), but it will never be called because Checkbox doesn't bubble up the VALIDATE event.