Re: How to determine what component the action came from?
Re: How to determine what component the action came from?
- Subject: Re: How to determine what component the action came from?
- From: Andrew Lindesay <email@hidden>
- Date: Tue, 3 Mar 2009 16:40:11 +1300
Hello Amiel;
I think I understand your question; you have a component in which you
want the action to be fired on the parent component? Try to use the
"^" as in;
^goDelete
This will invoke the method "goDelete" in the parent component.
cheers.
The reason I asked this is that I wanted to embed the CRUD component
to one of the cells in an AjaxGrid. and needed the "Delete" and
"Update" action to be fired in the parent component of the AjaxGrid
instead of the CRUD component. So the CRUD can be reusable.
___
Andrew Lindesay
www.lindesay.co.nz
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden