项目需要更新页面中form的数据内容,于是想将ajax返回json数据赋值给页面中原有的enjoy模板变量Qualifylist,于是想用#set指令执行#set(Qualifylist = data)。
但提示错误 com.jfinal.template.stat.ParseException: Expression error: can not match the symbol ":"
data和Qualifylist都是json格式,请问这种赋值应该怎么处理?
项目:JFinal