In java I would do
getPageContext().getRequestDispatcher("showformelements.cfm").forward(reques
t, response)
Just not sure what to use in CFMX....
You can copy the form scope into request scope ,
<cfset request.form = StructCopy(form)>
but it just seems a little odd
Justin
-----Original Message-----
From: Rich Wild [mailto:[EMAIL PROTECTED]
Sent: 26 March 2003 14:55
To: '[EMAIL PROTECTED]'
Subject: [notspam] RE: [ cf-dev ] .forward("x.cfm")
I just tried it on an updater 3 cfmx server and can confirm that the form
scope is NOT available on showformelements.cfm
The request scope will be available though. From:
http://www.macromedia.com/cfusion/tipsubmission/tip_detail.cfm?tipid=144
"<CFSCRIPT>
getPageContext().forward("sometemplate");
</CFSCRIPT>
What does this mean to us CFMX coders? This does a true server-side transfer
of control, and allows any variables set in the request scope of the caller
to be available in the called program (via the request scope there). "
> -----Original Message-----
> From: Tim Blair [mailto:[EMAIL PROTECTED]
> Sent: 26 March 2003 14:55
> To: [EMAIL PROTECTED]
> Subject: RE: [ cf-dev ] .forward("x.cfm")
>
>
>
> > I thought it would work, but it isn't!
> > Is the form scope available for you guys in showformelements.cfm ???
>
> I haven't actually got updater 3 installed on any of my boxes
> so I can't
> check! Due to issues 45337 and 45745 which are fixed in U3, I get the
> old "err.io.short_read" error when doing the redirect().
>
> Apologies for the unhelpfulness!
>
> Tim.
>
>
> -------------------------------------------------------
> RAWNET LTD - Internet, New Media and ebusiness Gurus.
> Visit our new website at http://www.rawnet.com for
> more information about our company, or call us anytime
> on 01344 393 040.
> -------------------------------------------------------
> Tim Blair
> Web Application Engineer, Rawnet Limited
> Direct Phone : +44 (0) 1344 393 441
> Switchboard : +44 (0) 1344 393 040
> -------------------------------------------------------
> This message may contain information which is legally
> privileged and/or confidential. If you are not the
> intended recipient, you are hereby notified that any
> unauthorised disclosure, copying, distribution or use
> of this information is strictly prohibited. Such
> notification notwithstanding, any comments, opinions,
> information or conclusions expressed in this message
> are those of the originator, not of rawnet limited,
> unless otherwise explicitly and independently indicated
> by an authorised representative of rawnet limited.
> -------------------------------------------------------
>
>
>
> --
> ** 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]