Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there a way to do this?

Status
Not open for further replies.

anan405

Programmer
Oct 16, 2009
1
US
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>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top