Description
In this web page part of the tapestry's site
http://jakarta.apache.org/tapestry/UsersGuide/state.html#state.aso.access
Include the following example
<inject name="registration" type="state" object="registration-data"/>
that is incorrect de correct way is:
<inject property="registration" type="state" object="registration-data"/>
Saludos.