Discussion Area

ask questions, discuss topics, solve problems

This is a public Discussion Area  publicRSS

Thread

    • Help needed
      Thread posted Oct 16 by Ananth405
      220 Views, 0 Comments
      Title:
      Help needed
      Content:

      I am a newbie in cold fusion.

      Below are the 3 cold fusion page. Similar to MyPage.cfm, there are other tabs. Now the application has regular html controls.We haven't used any cf controls like cfgrid in our application. How Can I get <CFFORM> to make it work in this scenario and to use cfgrid?

      If this is not possible, does regular html <form> can handle <cfgrid> feature.?

      Can somebody help me out with this case?

      tabsTop.cfm

      <cfoutput>

      <form action="post" action="SQL/#submitPage[SelectedTab]#" >

      </cfoutput>

      MyPage.cfm

      <cfoutput>

      </cfoutput>

      tabsBtm.cfm

      <cfoutput>

      </form>

      </cfoutput>