[vwnc] How to assign Aspect Addaptor value

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] How to assign Aspect Addaptor value

Juan Pablo Cook
Hi, I have a problem, I don't know how to assign a value to a Aspect
Adaptor field.
I have CustomerHolder what is the AspectAdaptor. Then the fields are
CustomerHolder name, CustomerHolder id, CustomerHolder phone, etc.
I want to take data in another window and later, when I return to this
window I want to assign data.
When assign to Value holders it's easy, because I put name := 'John'
and it's appear in the window. But How I assign to a CustomerHolder
name ?? for example.

Thanks a lot,

JP Cook
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] How to assign Aspect Addaptor value

Cesar Rabak
Juan Pablo Cook escreveu:

> Hi, I have a problem, I don't know how to assign a value to a Aspect
> Adaptor field.
> I have CustomerHolder what is the AspectAdaptor. Then the fields are
> CustomerHolder name, CustomerHolder id, CustomerHolder phone, etc.
> I want to take data in another window and later, when I return to this
> window I want to assign data.
> When assign to Value holders it's easy, because I put name := 'John'
> and it's appear in the window. But How I assign to a CustomerHolder
> name ?? for example.
>
> Thanks a lot,
>
Juan Pablo,

Your query is not 100% clear for me, but it seems the Adaptor2Example
does something similar to your specs, as it uses the values from the
domain model.

So IUYC, it will require you program you both 'windows' (Views) to
access the same domain model (Model).

HTH

--
Cesar Rabak
GNU/Linux User 52247.
Get counted: http://counter.li.org/
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc