lib/rfm/layout.rb in ginjo-rfm-3.0.8 vs lib/rfm/layout.rb in ginjo-rfm-3.0.9

- old
+ new

@@ -314,14 +314,16 @@ end prms.delete new_key else prms[new_key]=prms.delete(k) if new_key != k end + #puts "PRMS: #{new_key} #{prms[new_key].class} #{prms[new_key]}" end #c = Connection.new(action, prms, options, state.merge(:parent=>self)) c = Connection.new(action, prms, options, self) - rslt = c.parse(template || :fmresultset, Rfm::Resultset.new(self, self)) + #rslt = c.parse(template || :fmresultset, Rfm::Resultset.new(self, self)) + rslt = c.parse(template, Rfm::Resultset.new(self, self)) capture_resultset_meta(rslt) unless @resultset_meta rslt end def params \ No newline at end of file