How to Fix PWA Reminders web part in MOSS

Add and hide this web part on the page where the reminders web part is located.

Often folks will want to export the Reminders web part from Project Web Access (PWA) 2007 and have it shown on a related SharePoint (MOSS) page.  You can export the web part, you can add it to a SharePoint page, you can set the PWA URL to your PWA URL and it will work. 

It will throw a javascript error.

The error presents itself as a document.stylesheets[0] etc. etc. javascript error and prevents all javascripts from running (such as menu flyouts).

The attached web part is simply a function redefinition that doesn’t require a feature deployment that fixes the reminders web part on that and only that page.

No Comments