"Leslie P. Polzer" <sky-A/[EMAIL PROTECTED]> writes: > The dispatcher rendering anything has bugged me all this time, > and it was one of the things that motivated me to build the two-phase > request handler.
Moving the URL parser before the render doesn't preclude dispatcher needing to render something; it solves the core issue just as well to compute a new selected widget and save it during the URL-parse phase, then render said widget during the render phase. -- I write stuff at http://failex.blogspot.com/ now. But the post formatter and themes are terrible for sharing code, the primary content, so it might go away sooner or later. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/weblocks?hl=en -~----------~----~----~----~------~----~------~--~---
