Is there some secret? I just want to fire a method when the user changes a
popup. so I did everything I normally did in a regular app.
I get the WOPopupButton an id, and set up an AjaxObserveField to watch the
popup.:
<webobject name = "WOForm">
<webobject name = "thePopupButton"><webobject name =
"AEObserveField"></webobject></webobject>
<webobject name = "AEUpdateComponent">
the person is: <wo:WOString value = "$selectedPerson.fullName"/>
</webobject>
</webobject>
thePopupButton : WOPopUpButton {
id = "AEFieldID";
list = accountExecList;
item = thePerson;
selection = selectedPerson;
displayString = thePerson.fullName;
noSelectionString = "No Person Selected";
}
AEObserveField : AjaxObserveField {
observeFieldID = "AEFieldID";
updateContainerID = "AEDiv1";
action = mainPopupAction;
fullSubmit = true;
}
AEUpdateComponent : AjaxUpdateContainer {
id = "AEDiv1";
}
WOForm : WOForm {
multipleSubmit = "true";
}
Does anyone see what I am missing? the ajax framework is there, and this is a
Modern D2W app. I thought it was using ajax in places, so is there something I
need to do to make it available?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]