cf the recent e-mailing pointing out a typo in the docs. hivemind.state.ApplicationObjects should be tapestry.state.ApplicationObjects
Cheers, Robert Vinicius Carvalho wrote: > Well so I dig it a little bit more. And found out that what was going > on is that the visit was null... So as I said before I haven't > contributed to my hivemind, so I decided to do so... > <contribution configuration-id="hivemind.state.ApplicationObjects"> > <state-object name="visit" scope="session"> > <create-instance class="net.sf.webfeeds.view.visit.Visit"/> > </state-object> > </contribution> > And I get an error at registry load: > > org.apache.hivemind.ApplicationRuntimeException: Error at > context:/WEB-INF/hivemodule.xml, line 11, column 68: Module webfeeds > has contributed to unknown configuration point > hivemind.state.ApplicationObjects. The contribution has been ignored. > [context:/WEB-INF/hivemodule.xml, line 11, column 68] > > On 8/1/05, Vinicius Carvalho <[EMAIL PROTECTED]> wrote: > >>Humm no good: >>Unable to read OGNL expression '<parsed OGNL expression>' of >>[EMAIL PROTECTED]: visit >> >>Any ideas??? >> >>On 8/1/05, Marcus Brito <[EMAIL PROTECTED]> wrote: >> >>>>Now I have: >>>><property name="user"> >>>> visit.getUser() >>>></property> >>> >>>Try the following: <property name="user" initial-value="visit.user"/> >>> >>>-- Marcus Brito >>> >>> >>>--------------------------------------------------------------------- >>>To unsubscribe, e-mail: [EMAIL PROTECTED] >>>For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
