Re: Invoking a component with arguments in WOD

2007-09-20 Thread Lachlan Deck
Hi Lachlan, On 21/09/2007, at 12:53 PM, Lachlan Scott wrote: -Original Message- Actually why not do this? MyWebObjectName : MyDesiredComponentName { user = session.user; } This is what I thought I wanted to do, thanks. Can you clarify if this below would be a true and gene

RE: Invoking a component with arguments in WOD

2007-09-20 Thread Lachlan Scott
Lachlan > -Original Message- > Actually why not do this? > MyWebObjectName : MyDesiredComponentName { > user = session.user; > } This is what I thought I wanted to do, thanks. Can you clarify if this below would be a true and generic version of what you've suggested for those of u

Re: Invoking a component with arguments in WOD

2007-09-20 Thread Lachlan Deck
On 19/09/2007, at 4:58 PM, Johann Werner wrote: Am 19.09.2007 um 02:43 schrieb Lachlan Deck: On 19/09/2007, at 8:15 AM, Lachlan Scott wrote: In our application, we have a log in component which adds a User object to the Session if the supplied credentials are correct. For testing purposes

Re: Invoking a component with arguments in WOD

2007-09-18 Thread Johann Werner
Am 19.09.2007 um 02:43 schrieb Lachlan Deck: On 19/09/2007, at 8:15 AM, Lachlan Scott wrote: In our application, we have a log in component which adds a User object to the Session if the supplied credentials are correct. For testing purposes, we use a 'component menu' component which disp

Re: Invoking a component with arguments in WOD

2007-09-18 Thread Lachlan Deck
On 19/09/2007, at 8:15 AM, Lachlan Scott wrote: In our application, we have a log in component which adds a User object to the Session if the supplied credentials are correct. For testing purposes, we use a 'component menu' component which displays a list of available components, and provi

Invoking a component with arguments in WOD

2007-09-18 Thread Lachlan Scott
In our application, we have a log in component which adds a User object to the Session if the supplied credentials are correct. For testing purposes, we use a 'component menu' component which displays a list of available components, and provides action methods to display them individually. We can