I have a question about validation in Tapestry 5 My page contains two components. A textfield and a select.
These components are related and only one of them has to be filled in. When the textfield has a value, then the select value is ignored. And when the select has a value, then the textfield is ignored. How can I validate this?