I see in EventContext that event.getallvalues() is deprecated and we should use event.getall().
So in the past (mg 2) I have use event.getallvalues() to get a quick struct that I can cfdump of the event for debugging purposes within a view. So I tried this today in an app I am writing in MG 3 and it took a very long time to dump it. It actually hit the timeout until I added a cfsetting requesttimeout directive. When it finally dumped the response, the struct was HUGE and not what I expected. There seemed to actually be a struct version of EVERY defined event in my ModelGlue.xml file. I expected just a struct with the event values. Did this functionality change with MG 3 or is this a bug? Sean --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "model-glue" 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/model-glue?hl=en For more about Model-Glue, check http://www.model-glue.com . -~----------~----~----~----~------~----~------~--~---
