Hi, I would like to create a Service with: <contribution conf-id="tapestry.state.ApplicationObjects"> <state-object name="sessikon-data"> <create-instance class="ch.bla.SessionData"/> </state-object> </contribution>
<implementation service-id="PdfService"> <invoke-factory> <construct class="ch.bla.MyClass"> <set-contribution property="sessionData" contribution-id="session-data"> </construct> </invoke-factory> </implementation> But set-contribution is not supported for services... How should I do that? Thanks a lot -jec --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]