id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
358	JSON in t:variable - quotes problem	gdb	mpo	"when a JSON t:variable is created it has no quotes on the values

for example in the sample of the dbforms in persons.xml there is a variable personList:
{{{
<t:variable name=""personList"" src=""service:/jpaRestlet/person"" accept=""application/json""/>
}}}

When you try to use this variable it gives some trouble beceause there are no quotes arond the values.
For example when you try this: 
{{{
alert(${personList});

or

kauriform[0].setWireValue(${personList});
}}}
"	defect	closed	major	0.4	modules/kauri-forms	trunk	wontfix	t:variable JSON quotes	kauri-discuss@…
