I don't have any trouble with form fields in cfa_controlhander outside of PLPs.
I wonder if this is part of a caching problem since there's some other weird behavior: Whether or not there's a file field, if I've advanced in the PLP (by clicking one of my persistent nav or "next" buttons that fire cfa_controlhandlerevents) and I click reload/refresh, I don't always get IE's "resubmit form" prompt. When I don't, I wind up back on Step 1. Any changes I make at this point don't stick. If I click Next from this step, I usually wind up back on the step I'm supposed to be on. So navigation is pretty funky. It makes me think that MX is not expiring the pages or something. I've got these cfheaders on every page: <cfsetting enablecfoutputonly="Yes"> <cfheader name = "Expires" value = "#Now()#"> <CFHEADER NAME="Pragma" VALUE="no-cache"> <CFHEADER NAME="cache-control" VALUE="no-cache"> > -----Original Message----- > From: Raymond Camden [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 01, 2003 6:25 AM > To: Spectra-Talk > Subject: RE: 1.5.2 - PLPs reset when step contains file upload > > > Do you see an issue using controlHandler w/an empty file > field outside of PLPs? > > ============================================================== > ========== > === > Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc > (www.mindseye.com) > Member of Team Macromedia > (http://www.macromedia.com/go/teammacromedia) > > Email : [EMAIL PROTECTED] > Blog : www.camdenfamily.com/morpheus/blog > Yahoo IM : morpheus > > "My ally is the Force, and a powerful ally it is." - Yoda > > > -----Original Message----- > > From: Derek Westfall [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, April 01, 2003 1:01 AM > > To: Spectra-Talk > > Subject: RE: 1.5.2 - PLPs reset when step contains file upload > > > > > > I've narrowed it down -- it has nothing to do with the size > > of the output scope. > > > > The PLP resets (goes back to the first step reverts to the > > original input > > scope) when a step is submitted that contains a input type="file". > > > > This occurs even when the field is left empty. > > > > My file upload step has a cfa_controlHandler wrapping it, > > could that be the problem? > > > > I am seeing this behavior in all my file upload PLPs. All > > worked fine on CF5/Spectra 1.5.1. > > > > Derek > > > > > > > > > > -----Original Message----- > > From: Derek Westfall [mailto:[EMAIL PROTECTED] > > Sent: Monday, March 31, 2003 4:00 PM > > To: Spectra-Talk > > Subject: 1.5.2 - PLPs reset when result scope grows too large > > > > > > Another thing that's broken now that I've gone from 1.51 on > > CF5 to 1.5.2 + spectrasource on CFMX: > > > > My PLPs are resetting when the result scope grows to contain > > too much data. > > > > I have several PLPs for editing content. When the output > > scope gets too big, the PLP resets back to step 1. > > > > I remember having this problem a couple years ago but I > > thought it got fixed. > > > > I do NOT have Enable Long Text Retrieval checked in the > > datasource (SQL 7). Checking it didn't seem to help. > > > > Long Text Buffer is set at 65,000 > > > > > > > > > > > > > > > ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com ------------------------------------------------------------------------------ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
