Re: [5.1] NPE when re-rendering Zone with Blocks containing Forms

2011-02-23 Thread Rich M
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

Re: [5.1] NPE when re-rendering Zone with Blocks containing Forms

2011-02-23 Thread Josh Canfield
> 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