[ http://issues.apache.org/jira/browse/TAPESTRY-885?page=all ] Jesse Kuhnert resolved TAPESTRY-885: ------------------------------------
Fix Version: 4.1 4.0.1 Resolution: Fixed > incorrect Example in the web page > --------------------------------- > > Key: TAPESTRY-885 > URL: http://issues.apache.org/jira/browse/TAPESTRY-885 > Project: Tapestry > Type: Bug > Components: Web > Environment: ANY > Reporter: Diogenes Alberto Moreira > Priority: Minor > Fix For: 4.1, 4.0.1 > > 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. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]