Hello everybody, I'm reading the Tapestry 5 tutorial and when I try to run the example (a Hi/lo) which contain <actionlink> tag, there is a error message :
A runtime exception has occurred. org.apache.tapestry.ioc.internal.util.TapestryException Failure parsing template context:WEB-INF/Start.html: Element <t:ActionLink> is in the Tapestry namespace, but is not a recognized Tapestry template element.
And I've googled "tapestry actionlink" and I've found this page : http://tapestry.apache.org/tapestry4/tapestry/ComponentReference/ActionLink.html and it's write :
Warning This component has been deprecated and will be removed in the next major release of Tapestry. ActionLink represents an inherently unstable approach, since it can easily be confused by changing server-side state.
So, can you help me please ? Thanks. PS:I'm sorry for my bad English but I'm a french people who try to learn English.