hmm, I'm not quite sure why, but is you replace this line:

      <cfset request = duplicate(session)>

with

      <cfset request.dr = duplicate(session.dr)>

then it works......



> -----Original Message-----
> From: Rich Wild [mailto:[EMAIL PROTECTED]
> Sent: 27 June 2003 15:23
> To: '[EMAIL PROTECTED]'
> Subject: RE: [ cf-dev ] Request structure not behaving - Urgent
> 
> 
> oops, no ignore that, misread your code..
> 
> > -----Original Message-----
> > From: Rich Wild [mailto:[EMAIL PROTECTED]
> > Sent: 27 June 2003 15:21
> > To: '[EMAIL PROTECTED]'
> > Subject: RE: [ cf-dev ] Request structure not behaving - Urgent
> > 
> > 
> > ok then, whay might be happening is that although session.dr exists,
> > session.dr.actionpage does not, and so is not copied into the 
> > request.dr
> > struct
> > 
> > try dumping your session struct at the start
> > 
> > > -----Original Message-----
> > > From: Jolly Green Giant [mailto:[EMAIL PROTECTED]
> > > Sent: 27 June 2003 15:16
> > > To: [EMAIL PROTECTED]
> > > Subject: RE: [ cf-dev ] Request structure not behaving - Urgent
> > > 
> > > 
> > > at this point, i'm very open to the obvious and not offended 
> > > at anything.
> > > I listed all the cf code between the session.dr declaration 
> > > and the error.
> > > So ... to answer your question... no.
> > > 
> > > P.S.  And I showed you all the code.
> > > 
> > > __________/  Rich Wild   \__________
> > > >may sound obvious but are any includes or tags running 
> > > structclear on the
> > > >request scope?
> > > >
> > > >we might need to see some code to help further....
> > > 
> > > 
> > > -- 
> > > ** Archive: 
> http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> > 
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > For human help, e-mail: [EMAIL PROTECTED]
> > 
> 
> 
> -- 
> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> For human help, e-mail: [EMAIL PROTECTED]
> 
> 
> -- 
> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> For human help, e-mail: [EMAIL PROTECTED]
> 


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to