Try removing / from the plpcreate. Ie, you have this:   <cfa_plp ... />,
change it to <cfa_plp ...>

=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

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

> -----Original Message-----
> From: Lum, Karling [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 02, 2001 3:01 AM
> To: Spectra-Talk
> Subject: Probs with PLP CREATE
>
>
> Hello,
> I'm trying to do a plp create, here's my code:
> <CFSCRIPT>
> stDDO = StructNew();
> stDDO.numberofpaths = "";
> stDDO.variablename = "";
> stDDO.variablevalue = "";
> </cfscript>
> <cfoutput>here</cfoutput>
> <cfa_PLPCREATE
>       name="testplp_tmp"
>       stDDO="#stDDO#"
>       handlerRoot="/plps/myobplp/"
>       handlerRelativePath="/plps/"
>       iTimeout="15"
>       bCreateStructure="False"
>       dataSource="#request.cfa.objectstore.dsn#"
>       r_bStructureWasCreated="bcreated"
>       r_objectID="plpid"
>       r_stOutput="stoutput"  plpid="#CreateUUID()#"/>
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
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