Re: Dependent popup
Re: Dependent popup
- Subject: Re: Dependent popup
- From: Theodore Petrosky <email@hidden>
- Date: Tue, 21 Jul 2015 21:32:58 -0400
you can use an AjaxUpdateTrigger
what happens is you put the trigger in the first updatecontainer. and reference an array of strings. when the container that contains the trigger is updated, it fires the other update containers.
<webobject name = "RegionSanitaireUpdateComponentV"> <wo:AjaxUpdateTrigger updateContainerIDs="$updateTriggerList"/> <webobject name = "RegionSanitaireV"></webobject> <webobject name = "RegionSanitaireObserveFieldV"></webobject>
in the java: public NSArray<String> updateTriggerList = new NSArray<String>("CommuneDiv1", "StreetDiv1");
or create the array in the WOD.
On Jul 21, 2015, at 8:48 PM, HOUNKPONOU Ronald < email@hidden> wrote:
Hi Theodore
It still not working.
Iam observing popup 2,3,4 because :
1st popup action must update the 2, 3, & 4th popups 2nd popup action must update the 3, & 4th popups
3rd popup action must update the 4th popup
that why i try to wrapp all popup that should be updated in the corresponding AUC.
Ronald
|
_______________________________________________
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