I think I found a bug in the new Tapestry Release Candidate.
I have a page (Foo.tml) with following code:

<t:layout xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
        <h1>Foo</h1>
        <p><a t:type="pagelink" t:page="Index">Home</a></p>
</t:layout>

And of course an Index page.
In Tapestry 5.0.15 it worked fine, but now the link does not work
anymore. That is what you find in the generated code: <a href="">Home</a>
Can someone reproduce this behavior?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to