Ticket #396 (closed defect: fixed)

Opened 16 years ago

Last modified 16 years ago

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

Changed 16 years ago by cfgrok

  • owner set to cfgrok
  • status changed from new to assigned
  • milestone changed from 3.2 to 3.1 Maintenance Final

Reassigning to 3.1 Maintenance Final milestone

Changed 16 years ago by cfgrok

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in revision 281

Note: See TracTickets for help on using tickets.