tracker issue : CF-3835073

select a category, or use search below
(searches all categories and all time range)
Title:

CFGRID hidden form fields

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce

Reporter/Name(from Bugbase): Robin Boudwin / Robin Boudwin (rboudwin)

Created: 10/03/2014

Components: AJAX, UI Components

Versions: 10.0

Failure Type: Enhancement Request

Found In Build/Fixed In Build: Final /

Priority/Frequency: Trivial / Unknown

Locale/System: English / Windows 7 64-bit

Vote Count: 0

There is no way to submit hidden fields with CFForm and CFGrid.

Also, there should be a way to have one default value in the cfgridcolumn.

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3835073

External Customer Info:
External Company:  
External Customer Name: rboudwin
External Customer Email:  
External Test Config: My Hardware and Environment details: ColdFusion 8 and ColdFusion 10

Attachments:

Comments:

rboudwin, With regard to submitting hidden fields, can you please elaborate on what you are trying to do, and perhaps, how you are doing it. I tried the following on CF10 update 12, and it worked for me: <cfset variables.gridargs = { width=400, bindOnLoad=true, bind="cfc:data_util.GetData({cfgridpage},{cfgridpagesize},{cfgridsortcolumn},{cfgridsortdirection},{text01},{text02})"}> <cfform name="form01" id="form01"> <cfgrid format="html" name="grid01" attributeCollection="#variables.gridargs#" > <cfgridcolumn name="Email" display="true" header="Email"> <cfgridcolumn name="LastName" display="true" header="Last Name"> <cfgridcolumn name="Emp_ID" display="true" header="Emp ID" > <cfgridcolumn name="FirstName" display="true" header="First Name"> </cfgrid> <br><cfinput name="text01" value="c-arg-txt1"> <br><cfinput name="text02" type="hidden" value="c-arg-txt2-hidden"> </cfform>
Comment by Piyush K.
10794 | October 06, 2014 07:43:29 AM GMT
closing this. rboudwin, if you are following a different method (as compared to the test code in my previous note) and you can observe the issue, please revert with the details, we can reopen this.
Comment by Piyush K.
10795 | December 03, 2014 04:10:15 AM GMT