RE: How do I add objects to the objectModel Map

2001-12-22 Thread giacomo
roach that may work is to have a pattern that matches every request > > and simply calls an action that modifies the objectModel and returns null. > > But that sounds like it could be inefficient. > > > > David > > > > > > > -Original Message- > > >

RE: How do I add objects to the objectModel Map

2001-12-21 Thread Michael McKibben
hat may work is to have a pattern that matches every request > and simply calls an action that modifies the objectModel and returns null. > But that sounds like it could be inefficient. > > David > > > > -Original Message- > > From: Michael McKibben [mailto:[EMAIL P

RE: How do I add objects to the objectModel Map

2001-12-21 Thread david . greaves
2001 18:28 > To: cocoon-dev > Subject: Re: How do I add objects to the objectModel Map > > > > This feature is for exporting objects already in the Cocoon object map > to > the Velocity template context. So they must already exist. > But let's say > you knew

Re: How do I add objects to the objectModel Map

2001-12-21 Thread Michael McKibben
This feature is for exporting objects already in the Cocoon object map to the Velocity template context. So they must already exist. But let's say you knew that, then in your sitemap, here is how you would make some object named "myBusinessObject" in the cocoon object map available to your veloci