Fixed. Thanks for the reminder. On 8/9/05, Ryan Wynn <[EMAIL PROTECTED]> wrote: > Don't know if anyone caught this one yet.. > > <contribution configuration-id="hivemind.state.ApplicationObjects"> > <state-object name="registration-data" scope="session"> > <create-instance class="org.example.registration.RegistrationData"/> > </state-object> > </contribution> > > Should be > > <contribution configuration-id="tapestry.state.ApplicationObjects"> > <state-object name="registration-data" scope="session"> > <create-instance class="org.example.registration.RegistrationData"/> > </state-object> > </contribution> >
-- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
