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>
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>