Re: using ajax in a D2W app??
Re: using ajax in a D2W app??
- Subject: Re: using ajax in a D2W app??
- From: Theodore Petrosky <email@hidden>
- Date: Wed, 11 Mar 2015 12:32:17 -0400
and of course just after I pushed the send button I found that I had the AjaxUpdateContainer inside the WOForm.
as soon as I moved it out, all was good and I have joy.
On Mar 11, 2015, at 12:17 PM, Theodore Petrosky <email@hidden> wrote:
> 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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden