Ponder: Is this the correct new page pattern?
James Cicenia <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.wonder-disc |
|---|---|
| Message-ID | <[email protected]> |
Ramsey -
I am doing this in my authentication delegate:
ERD2WPage nextPage = null;
//work around for some bug in threadstorage and sessions (should just be ERCoreBL.actor())
User user = (User) ERStageManager.USER.valueInObject(ERXSession.session().objectStore());
if(user.isAdmin()){
nextPage = (AdminDashboard) D2W.factory().pageForConfigurationNamed("AdminDashboard", ERXSession.session());
It does go to the nextPage with my component, however, it doesn't seem to generate D2W firings. For instance, if I click D2W in the debugger nothing comes up.
I added an ERXD2WList component in it, it works, clicked D2W and the D2W info shows up, but only for the embedded list.
Wondering if I was missing something at this first jump point into my code.
Thanks
James
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Wonder-disc mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wonder-disc