Ticket #222 (new enhancement)
add argumentcollection to invoke tag
| Reported by: | jimcollins | Owned by: | sean@… |
|---|---|---|---|
| Type: | enhancement | Priority: | normal |
| Milestone: | Fusebox 5.6 | Component: | Miscellaneous |
| Version: | 5.5 | Severity: | normal |
| Keywords: | Cc: |
Description
allow
<invoke object="application.Contacts" methodcall="GetContacts?()" argumentcollection="args" />
This would make <invoke> more consistent with cfinvoke. As it is now, you have to do, using the above example,
<invoke object="application.Contacts" methodcall="GetContacts?(argumentcollection=args)" /> which AFAIK isn't documented.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
