Ticket #222 (new enhancement)

Opened 1 year ago

Last modified 1 year ago

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

Changed 1 year ago by scorfield

  • milestone changed from Fusebox 5.5 to Fusebox 5.6

Grammar change - defer to 5.6

Note: See TracTickets for help on using tickets.