Hi!

Em Wed, 09 Dec 2009 09:25:35 -0200, marioosh.net <marioosh....@gmail.com> escreveu:

I have PageLink like that:
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_2.xsd";>

The correct schema is http://tapestry.apache.org/schema/tapestry_5_1_0.xsd

<a href="#" jwcid="@PageLink" page="Page2">go page2</a>
...
</html>

jwcid was used in Tapestry 4. If you're using Tapestry 5, use <a href="#" t:type="PageLink" t:page="page2">....</a>

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor Owner, software architect and developer, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

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

Reply via email to