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
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
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
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
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
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