Ah... i found that #event.linkTo( event.getValue
("xe.translationForm") )# is only defined as index.cfm?
event=translationForm when you run it on the action page.

When you run it on the form page it is index.cfm?event=



On Dec 16, 12:24 pm, Chad <[email protected]> wrote:
> Hello, i am messing around with the Quickstart on the documentation
> wiki.
>
> Why when you do event.linkTo( event.getValue("xe.translate") ) you
> get:
> index.cfm?event=translationFormAction
>
> but when i tried #event.linkTo( event.getValue("xe.translationForm") )
> # i get:
> index.cfm?event=
>
> I thought it would return
> index.cfm?event=translationForm
>
> becuase in the ModelGlue.xml file there is a value for
> xe.translationForm of "translationForm".
> <views>
>         <include name="body" template="dspPhrase.cfm">
>                 <value name="xe.translationForm" value="translationForm" />
>         </include>
> </views>

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

Reply via email to