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

Reply via email to