Just reading over the docs, making sure I've not missed anything and I don't understand this..
http://docs.model-glue.com/wiki/QuickStart/4%3AHandlingaForm#Quickstart4:HandlingaForm <event-handler name="translationFormAction"> <broadcasts> <message name="NeedTranslation" /> </broadcasts> <views> <include name="body" template="dspPhrase.cfm"> <value name="xe_translationForm" value="translationForm" / > </include> </views> </event-handler> What is the value of this line? <value name="xe_translationForm" value="translationForm" /> It's used later to do this, but I don't really understand how / why I would do this in production? <cfset translationForm = event.linkTo( xe_translationForm, "phrase" ) / > Any help appreciated as always :) -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog 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
