Hi George,

Am 11.01.2008 um 15:45 schrieb George Lee:

I'm currently working on a new project using the Project Wonder framework with Ajax and I've ran into some problems with the ajax features that are puzzling me.

I have page controlled by a WODisplayGroup to display 20 records at a time. Each record contains some AjaxModalContainer to open up a dialog box. Everything works great until I go to the next batch of records in the display group, by using an AjaxUpdateLink's action bound to the display group's displayNextBatch method. The records are refreshed, but now all of the AjaxModalContainer links open up in the page instead of a modal dialog. I've got an AjaxUpdateContainer around these records and the "evalScripts" is set to true.

What am I doing wrong?

I just ran into the same issue. You'll have to set

        onRefreshComplete = "init_ibox()";

on your update container. This makes the ibox script scan the document once more for all links marked as ibox.

cheers, Fabian


= = = = = ======================================================================
George Lee
Institutional, Collaborative & Academic Technologies
IT Services
Simon Fraser University
Burnaby, B.C. Canada V5A 1S6
(778) 782-5872
[EMAIL PROTECTED]

Why does everyone want to be different like everyone else, but no one wants
to be different like no one else?


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/lists.fabian%40e-lumo.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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to