Ah, thanks for the example! It was obvious right away what I was doing
wrong. Turned out to be I simply forgot the t:zone parameter for the
Form and ActionLink components encapsulated by the Zone, which would
explain why Tapestry had been complaining when I was doing
zone.getBody() as returns f
> Hi,
>
> I'm getting the following error
I can't reproduce the error. Can you create a cut down version that
causes the problem?
Here is my attempt to recreate.
@Property
private String blockId = "one";
@Component
private Zone blockZone;
@Component
private Form oneFor