|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
package com.fr.plugin.form.widget.core; |
|
|
|
|
|
|
|
|
|
import com.fr.base.ParameterMapNameSpace; |
|
|
|
|
import com.fanruan.api.cal.ParameterKit; |
|
|
|
|
import com.fanruan.api.xml.XmlKit; |
|
|
|
|
import com.fr.json.JSONArray; |
|
|
|
|
import com.fanruan.api.err.JSONException; |
|
|
|
@ -77,7 +77,7 @@ public class RHIframeAttr implements XMLable, DependenceProvider {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void mixJSONData(JSONArray ja, SessionProvider sessionIDInfor, Calculator c) throws JSONException, UtilEvalError { |
|
|
|
|
NameSpace ns = ParameterMapNameSpace.create(sessionIDInfor.getParameterMap()); |
|
|
|
|
NameSpace ns = ParameterKit.createParameterMapNameSpace(sessionIDInfor.getParameterMap()); |
|
|
|
|
c.pushNameSpace(ns); |
|
|
|
|
|
|
|
|
|
if (source != null) { |
|
|
|
|