Re: bindings and WOPopUp lists and selections
Re: bindings and WOPopUp lists and selections
- Subject: Re: bindings and WOPopUp lists and selections
- From: Theodore Petrosky <email@hidden>
- Date: Mon, 29 Jun 2009 11:32:18 -0700 (PDT)
Thank you thank you.... I finally got this to work with the AjaxModalDialog. It is not exactly what I wanted (I would have preferred to get the AjaxModalContainer working correctly), but it will suffice.
I am beginning to think the problem with the AjaxModalContainer is a bug and not my fault. If I knew enough to fully understand what is going on and feel confident I would list it as such. But alas I don't.
I wish I had someone that could look at the problem and see whose fault it is.
Ricardo, Thanks again.
Ted
> On Jun 27, 2009, at 8:03 PM, Theodore Petrosky wrote:
>
> > Well, almost. I used one of my test projects and I was
> able to create the AjaxModalDialogOpener and a
> modalContainer. it worked fine.
> >
>
> Did you use an AjaxModalContainer or an AjaxModalDialog in
> the one that you say worked fine?
>
> > however I can not seem to get it to work in my
> project. I think it relates to the DirectAction. I am using
> one of the podcasts that show how to use a DirectAction to
> create the session.
>
> I'm not following that...
>
> > when I click the contact company name it fires the
> action (and selects 'current'). however the modalContainer
> never appears.
> >
> > If you have any ideas, let me know..
> >
> > Ted
> >
> >
> > EditTheContactOpener: AjaxModalDialogOpener {
> > label = current.companyName;
> > dialogId = "EMC";
> > action = selectRepObject;
> >
> > }
> >
> > EditContactModalContainer : AjaxModalContainer {
> > id = "EMC";
> > showOpener = true;
> > transitions = false;
> > locked = true;
> > }
>
> I have not used AjaxModalContainer but I think showOpener
> binding should be false because you are already using an
> opener to open it.
>
> Have you tried changing the AjaxModalContainer to an
> AjaxModalDialog to see what happens?
>
>
_______________________________________________
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