uklance / tapestry-stitch

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

onEvent refactor - Field names not required in URL #9

Closed uklance closed 10 years ago

uklance commented 10 years ago

The event URL for the onEvent mixin can be much simpler. Only the field count (and optional context) are required. Then request params can be onEvent.field0, onEvent.field1 etc.

This will simplify the mixin quite a bit and get rid of the messy CSV stuff.