PageRenderTime 172ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/wheels/tests/view/forms/hiddenFieldTag.cfc

http://cfwheels.googlecode.com/
ColdFusion CFScript | 11 lines | 8 code | 3 blank | 0 comment | 0 complexity | e0998e80ea0cf3591f32680cc844363c MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
  1. <cfcomponent extends="wheelsMapping.Test">
  2. <cffunction name="setup">
  3. <cfset loc.controller = controller(name="dummy")>
  4. </cffunction>
  5. <cffunction name="test_x_hiddenFieldTag_valid">
  6. <cfset loc.controller.hiddenFieldTag(name="userId", value="tony")>
  7. </cffunction>
  8. </cfcomponent>