Hmm... If mach II doesn't support it, I believe Model-Glue does. I haven't done any development on these platforms, but I don't think it would be very difficult to rewrite your app using model-glue if you already have it in Mach II, as they seem to be pretty similar.
Russ > -----Original Message----- > From: Richard Kroll [mailto:[EMAIL PROTECTED] > Sent: Monday, August 14, 2006 9:03 AM > To: CF-Talk > Subject: RE: Changing views at runtime with mach-ii > > I did not know about the mach-ii list. I was looking for it but must > have missed it when looking for mach-ii info. > > Unfortunately I can't use a simple branch in the logic to solve my > problem. I'm attempting to create a dynamic view engine, which would > allow me to use a different view based on values only known at runtime. > > Rich Kroll > > -----Original Message----- > From: Hugo Ahlenius [mailto:[EMAIL PROTECTED] > Sent: Saturday, August 12, 2006 3:21 AM > To: CF-Talk > Subject: RE: Changing views at runtime with mach-ii > > Hi Richard, > > You know that there is a Mach-II mailing list, right? > > What you need to set up is a branching point in the logic, so that a new > event (which creates your desired view) is announced. Most commonly a > listener or a filter would do an announcement, but it could also be a > plugin. > > /hugo > > -- > Hugo Ahlenius > > ------------------------------------------------------------- > Hugo Ahlenius E-Mail: [EMAIL PROTECTED] > Project Officer Phone: +46 8 412 1427 > UNEP GRID-Arendal Fax: +46 8 723 0348 > Stockholm Office Mobile: +46 733 467111 > WWW: http://www.grida.no > Skype: callto:fraxxinus > ------------------------------------------------------------- > > > > |-----Original Message----- > |From: Richard Kroll [mailto:[EMAIL PROTECTED] > |Sent: Friday, August 11, 2006 18:37 > |To: CF-Talk > |Subject: OT: Changing views at runtime with mach-ii > | > |Hell all, > | > |I'm struggling to find a way to dynamically change a view at runtime in > > |Mach-ii and hoped someone here could point me in the right direction. > |I've got clients that like to see different views depending on the > |situation and I was trying to create a plug-in to swap the called view > |at runtime but am running into a roadblock in how I can manipulate > |this. > |Has anyone here run into this sort of problem? I've found in the > |mach-ii framework where the call happens, but the path to the view is > |in the arguments scope which my plug-in cannot access. Any direction > |would be greatly appreciated! > | > | > | > |Rich > | > | > | > | > | > | > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249716 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

