Ticket #396 (closed defect: fixed)
FORM not defined when calling executeEvent web service
| Reported by: | Bud Schneehagen <buddy@…> | Owned by: | cfgrok |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 Maintenance Final |
| Version: | 3.1.261 | Severity: | normal |
| Keywords: | Cc: |
Description
The following line of code within the file "gesture/eventrequest/population/FormPopulator.cfc" generates the error "form is not defined" when calling executeEvent via web service.
<cfset super.populate(context, form) />
I tried to use cfset form = structNew() within the executeEvent method but that didn't work. I ended up having to wrap the line of code with CFIF isDefined('form') which works fine.
Change History
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)