Make sure step 1 of your PLP has this:

<FORM ACTION="#thisStep.url#?#thisstep.querystring#" METHOD="POST">

The important part is thisStep.querystring. It essentially says, pass along
anything I had in the query string (it also adds a special URL var to help
PLP info).

=======================================================================
Raymond Camden, Cold Fusion Jedi Master for Syntegra (www.syntegra.com)
Allaire Certified Instructor and Member of Team Allaire

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

"My ally is the Force, and a powerful ally it is." - Yoda


> -----Original Message-----
> From: Toby Tremayne [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 11, 2000 1:12 PM
> To: Spectra-Talk Mailing List
> Subject: query strings missing during plp
>
>
> This is a multi-part message in MIME format.
>
> ------=_NextPart_000_03E7_01C0040B.14BF3300
> Content-Type: text/plain;
>       charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> My plp has been working fine, but recently it's started giving me errors =
> in the invoke.cfm file.  my invoker checks to see if it has been passed =
> an object id and a method, and if so then invokes the latter upon the =
> former, otherwise it requires a typeid and creates an object.
>
> what's happening is I'm opening my plp by opening a window with this =
> url:
>
> /mysite/invoke.cfm?method=3Dedit&objectID=3D#objectID#
>
> it SHOULD work as far as I can see....
>
> What happens is it will open the plp to the first page.... (the plp has =
> four steps) but when I enter that information it returns with the =
> "typeid is required""  error from the invoker page.
>
> can anyone help me out here please?  I'm beggared if I know why it's =
> doing this,
>
> Thanks,=20
> Toby
>
>
>
>
> Toby Tremayne
> Code Poet and Zen Master of the Heavy Sleep
> Show-Ads Interactive Pty Ltd
> 359 Plummer St
> Port Melbourne
> AUST VIC 3207
> +61 3 9245 1247
>
> ------=_NextPart_000_03E7_01C0040B.14BF3300
> Content-Type: text/html;
>       charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META content=3D"text/html; charset=3Dwindows-1252" =
> http-equiv=3DContent-Type>
> <META content=3D"MSHTML 5.00.2919.6307" name=3DGENERATOR></HEAD>
> <BODY bgColor=3D#ffffff>
> <DIV><FONT size=3D2>My plp has been working fine, but recently it's =
> started giving=20
> me errors in the invoke.cfm file.&nbsp; my invoker checks to see if it =
> has been=20
> passed an object id and a method, and if so then invokes the latter upon =
> the=20
> former, otherwise it requires a typeid and creates an =
> object.</FONT></DIV>
> <DIV>&nbsp;</DIV>
> <DIV><FONT size=3D2>what's happening is I'm opening my plp by opening a =
> window=20
> with this url:</FONT></DIV>
> <DIV>&nbsp;</DIV>
> <DIV><FONT=20
> size=3D2>/mysite/invoke.cfm?method=3Dedit&amp;objectID=3D#objectID#</FONT=
> ></DIV>
> <DIV>&nbsp;</DIV>
> <DIV><FONT size=3D2>it SHOULD work as far as I can see....</FONT></DIV>
> <DIV>&nbsp;</DIV>
> <DIV><FONT size=3D2>What happens is it will open the plp to the first =
> page....=20
> (the plp has four steps) but when I enter that information it returns =
> with the=20
> "typeid is required""&nbsp; error from the invoker page.</FONT></DIV>
> <DIV>&nbsp;</DIV>
> <DIV><FONT size=3D2>can anyone help me out here please?&nbsp; I'm =
> beggared if I=20
> know why it's doing this,</FONT></DIV>
> <DIV>&nbsp;</DIV>
> <DIV><FONT size=3D2>Thanks, </FONT></DIV>
> <DIV><FONT size=3D2>Toby</FONT></DIV>
> <DIV>&nbsp;</DIV>
> <DIV>&nbsp;</DIV>
> <DIV><FONT size=3D2></FONT>&nbsp;</DIV>
> <DIV>&nbsp;</DIV>
> <DIV><FONT size=3D2>Toby Tremayne<BR>Code Poet and Zen Master of the =
> Heavy=20
> Sleep<BR>Show-Ads Interactive Pty Ltd<BR>359 Plummer St<BR>Port=20
> Melbourne<BR>AUST VIC 3207<BR>+61 3 9245 1247</FONT></DIV></BODY></HTML>
>
> ------=_NextPart_000_03E7_01C0040B.14BF3300--
>
> ------------------------------------------------------------------
> ------------
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/sp
ectra_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

------------------------------------------------------------------------------
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.

Reply via email to