I don't see a zone parameter in your code.
I started tapestry with 5.2, so I don't know upgrade issues,
but I do know that the element which has zone.getBody() returning from it
has to have a zone= parameter in its tml.

On Sep 8, 2011, at 12:27 PM, Javicha wrote:

> no, that's not the error. All is well defined.
> 
> I have declared the zone:
> 
> <t:zone t:id="searchPatientResultZone">
> 
> And the actionlinks refer to this zone:
> 
> <div class="previousNextLinks">
>       
>               <t:if test="previousPatientLink">
>                        # 
>                                                       ${message:link-previous}
>                        
>               </t:if>
>       
>                                       
> 
>               <t:if test="nextPatientLink">
>                        # 
>                                                 ${message:link-next}
>                        
>               </t:if>
>       
> </div>
> 
> 
> As I said before, this worked before the upgrade.
> I have not changed any .java and .tml files.
> 
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/Zone-error-after-I-have-updated-to-Tapestry-5-2-6-tp4782821p4783089.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to