A new feature was implemented for the Release Candidate scheduled to go Gold
at CFUnited 09.

*Feature Name:* Implicit Controller Calls
*
*
*Summary: *Implicit Controller Calls help you map message names to
controller methods implicitly.

*<message-listener>*

Relates a <cffunction> inside of a Controller CFC to a message that is
broadcast via a <message> tag inside of an <event-handler>'s <broadcasts>
block.
Attributes
<http://docs.model-glue.com/wiki/ReferenceMaterials/ModelGlueXmlReference#Attributes14>

   1. Message (Required) - The name of a message for which to listen,
   defined by the <message> tag's NAME attribute.
   2. Function (Optional) - The name of a public <cffunction> on the related
   Controller CFC to execute whenever a <message> is broadcast whose NAME
   attribute matches the value of the MESSAGE attribute. If no value is
   provided for Function, the name of the message will be used as Function


Thanks to Ray Camden for suggesting this feature and for helping with the
code portion also.


DW


-- 
“Come to the edge, he said. They said: We are afraid. Come to the edge, he
said. They came. He pushed them and they flew.”

Guillaume Apollinaire quotes

--~--~---------~--~----~------------~-------~--~----~
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 .
-~----------~----~----~----~------~----~------~--~---

Reply via email to