Ticket #362 (closed defect: fixed)

Opened 16 years ago

Last modified 16 years ago

Depreciated viewstate call in default app template

Reported by: Brett Herford-Fell <brettskiii@…> Owned by:
Priority: normal Milestone: 3.1 Maintenance Beta
Version: 3.0.178 Severity: normal
Keywords: Cc:

Description

In default app template under

pages/exception.cfm

<cfset exception = viewstate.getValue("exception") />

Should this be now..?

<cfset exception = event.getValue("exception") />

Change History

Changed 16 years ago by DanWilson

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

Fixed in SVN 214

Changed 16 years ago by boomfish

  • milestone set to 3.1.x-next-patch
Note: See TracTickets for help on using tickets.