Hi,
I have page A where I have a value, say myvalue="true". When I request
another page via event=page.goNext, I want that value (myvalue="true")
to be accessible in the requested page as well.
I was looking ni te ModelGlue.xml docs and found:
<views>
<include name="body" template="questions/questions.cfm">
<value name="myvalue" value=""/>
</include>
</views>
but then the value of "myvalue" in <value name="myvalue" value=""/> is
static and it is not static in my app. I was looking for something
like
<value name="myvalue" value="event.getValue('myvalue')"/>
How do you do this in MG???
btw How do I get version info? I didn't find something like
modelGlue.getVersion(). Fwiw my ModelGlue folder contains a gesture
and a unity subfolder.
Thanks,
Marc
--
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