What is wrong with the following? I've looked through the docs and can't
figure out why it's complaining that invoke-factory has a required
object attribute. This worked before with create-instance.
<contribution configuration-id="tapestry.state.ApplicationObjects">
<state-object name="user-data" scope="session">
<invoke-factory>
<construct class="UserData">
<set-object property="siteService"
value="spring:siteService" />
</construct>
</invoke-factory>
</state-object>
</contribution>
I'm getting this exception:
Element state-object/invoke-factory (at context:/WEB-INF/hivemodule.xml,
line 10, column 21) contains errors: Attribute 'object' is required but
no value was provided.
--
Dan Adams
Software Engineer
Interactive Factory
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]