> ?event=showreport&type=all
> ?event=showreport&type=commercial
> ?event=showreport&type=pool
>
>
I would think you would. You could as Dan said handle it in a model. I'm
not sure we have enough info, since we're just throwing ideas.
But if the above is how your calling it, then in the controller you'd have
of the showreport's broadcast message handler.
<cfif event.GetValue('type') EQ 'commercial'>
call a model method, or whatever you want here, fire another event, etc.
<cfelseif event.GetValue('type') EQ 'pool'>
call a model method, or whatever you want here, fire another event, etc.
<cfelse>
call a model method, or whatever you want here, fire another event, etc.
</cfif>
--
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