I know this was brought up like 2 days ago, I checked the archives
and there seemed to be no resolution.

in doing this.....
I get the same error that the other person did.

however when  I use cflocation at the bottom, vs. using
getPageContext.Forward()
I don't get the error.

<cfif step eq 2>

        <cfif isDefined("form.format") and len(#form.format#)>
                                
                <cfset Cookie.Settings.Format.value="#form.format#">
                        
        </cfif>
                
        <cfif isDefined("form.NewViewStyle") and
len(#form.NewViewStyle#)>
        
                <cfset
Cookie.Settings.NewViewStyle.value="#form.NewViewStyle#">
                                
        </cfif>
                
        <cfif (isDefined("speed1") and isDefined("speed2") and
isDefined("speed3")) and (isNumeric(#speed1#) and isNumeric(#speed2#)
and isNumeric(#speed3#))>               
                
                <cfset Cookie.Settings.Speed1.Value="#speed1#">
                <cfset Cookie.Settings.Speed2.Value="#speed2#">
                <cfset Cookie.Settings.Speed3.Value="#speed3#">
        
        </cfif>
                
        <cfif (isDefined("Color1") and isDefined("Color2") and
isDefined("Color3") and isDefined("Color4") and isDefined("Color5") and
isDefined("Color6") and isDefined("Color7") and isDefined("Color8"))>

                
                <cfset Cookie.Settings.Color1.Value="#Color1#">
                <cfset Cookie.Settings.Color2.Value="#Color2#">
                <cfset Cookie.Settings.Color3.Value="#Color3#">
                <cfset Cookie.Settings.Color4.Value="#Color4#">
                <cfset Cookie.Settings.Color5.Value="#Color5#">
                <cfset Cookie.Settings.Color6.Value="#Color6#">
                <cfset Cookie.Settings.Color7.Value="#Color7#">
                <cfset Cookie.Settings.Color8.Value="#Color8#">

        </cfif>         


        <cfscript>
                GetPageContext().forward("reportSettings.cfm");
        </cfscript>
                
</cfif>                 

here is the error details.

++++++++++++++++++++++++++++++++++++++++++


Error Occurred While Processing Request  
err.io.short_read  
 
  
The Error Occurred in C:\Inetpub\wwwroot\reportSettings.cfm: line 191
 
189 :           
190 : <cfscript>
191 :   GetPageContext().forward("reportSettings.cfm");
192 : </cfscript>
193 :           

 


______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to