FLUID-3482: Renderer needs to apply proper JSON encoding to the arguments renderer in init blocks

Metadata

Source
FLUID-3482
Type
Improvement
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Antranig Basman
Reporter
Antranig Basman
Created
2010-01-20T13:17:42.000-0500
Updated
2010-01-20T13:38:53.000-0500
Versions
  1. 1.1.2
Fixed Versions
  1. 1.2
Component
  1. Renderer

Description

Inherited from the cantankerous RSF infrastructure, the renderer currently encodes each argument to an InitBlock as a String. As well as taking accounts of literal types, this also needs to apply JSON.stringify to arguments of composite types.

Comments

  • Antranig Basman commented 2010-01-20T13:38:53.000-0500

    Fixed at revision 9059 with test case. This fix is needed urgently for Fluid Engage work this week.