Subclassing AjaxComponent? What do you see if you put a breakpoint in invokeAction on AjaxComponent? Does shouldHandleRequest return false?
Ramsey On Nov 7, 2012, at 8:43 PM, David Avendasora wrote: > Hi all, > > I've been struggling with this for a couple days figuring that I'll get it > with just one more change, but alas, no dice. > > I've got a component that I'm going to be using in several places that wraps > the AjaxTree component. I'm passing in an EO and a key and it will create a > form that will allow the user to edit the tree structure related to the > passed-in EO via the passed-in key. > > I have a AjaxObserveField wrapping the form fields that targets an > AjaxUpdateContainer that wraps everything. When I select a value from one of > the WOPopUpButtons the update container is updated, but the handleRequest > method is not called. > > If I put my custom logic in the invokeAction method, it is run, but if I put > it in handleRequest, it isn't. I've tried putting a breakpoint on the > handleRequest method itself and it is just never tripped. > > What am I missing? > > Dave > > ————————————————————————————— > WebObjects - so easy that even Dave Avendasora can (almost) do it!™ > ————————————————————————————— > David Avendasora > Senior Software Abuser > Kaiten, Inc. > > > > > _______________________________________________ > 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/rgurley%40smarthealth.com > > This email sent to [email protected]
_______________________________________________ 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]
