Typo in META-INF/tapestry.bindings.xml, line 115 "object" should be "value"
---------------------------------------------------------------------------
Key: TAPESTRY-398
URL: http://issues.apache.org/jira/browse/TAPESTRY-398
Project: Tapestry
Type: Bug
Components: Framework
Versions: 4.0
Reporter: Jonas Maurus
There is a typo on line 115:
112 <invoke-factory>
113 <construct class="StateBindingFactory">
114 <set-object property="valueConverter"
value="infrastructure:valueConverter"/>
115 <set-object property="applicationStateManager"
object="infrastructure:applicationStateManager"/>
116 </construct>
117 </invoke-factory>
The attribute "object" should be called "value". This effectively prohibits use
of the "state:" prefix in beta 2.
--
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]