Is it possible to add multiple query string parameters to the
event.forward method?
This is what I would use if I only needed one.
<cfset arguments.event.setValue('message',messageID)>
<cfset arguments.event.forward(eventForward,'message')>
But I need to add other query string parameters to this so now I have
this
<cfset arguments.event.setValue('back', backID)>
<cfset arguments.event.setValue('backparam', backparamID)>
<cfset arguments.event.setValue('message',messageID)>
<cfset arguments.event.forward
(eventForward,'message','back','backparam')>
But this is throwing the exception:
The PRESERVESTATE argument passed to the forward function is not of
type boolean.
If the component name is specified as a type of this argument, its
possible that a definition file for the component cannot be found or
is not accessible.
Any help with this is greatly appreciated.
--
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