uklance / tapestry-stitch

Sample components and concepts in Tapestry 5
MIT License
14 stars 7 forks source link

onEvent ClientElement container #17

Closed uklance closed 10 years ago

uklance commented 10 years ago

The onEvent mixin requires the container to be a clientElement.

private ClientElement container;

This is not required (a check/cast for Field can be done).

uklance commented 10 years ago

I was wrong, the clientId is required to observe