> This isn't a bug, it's a feature. :) No, really, it is. To force a new
> instance, just pass bForceNewInstance=1 to the PLP. Be sure to only pass
it
> once though. (I mean once per restarting the PLP.)

Here's the sample code I've been using.

        <cfparam name="bForcenewInstance" default="1">
        
        <cfa_plp
                plpid="550AF671-4ED4-4F31-8661327CF983DD88"
                username="#request.cfa.activeUser#_#Article.objectID#"
                datasource="#request.cfa.objectstore.dsn#"
                stinput="#Article#"
                querystring="#cgi.query_string#&bForceNewInstance=0"
                bforcenewinstance="#bForcenewInstance#"
                r_stoutput="Article"
                r_bplpiscomplete="PLPComplete">

Doh!! You're right. I looked at the code I sampled from the documentation,
and then my home-brewed code and I was missing the cfparam. That would
definitely create problems with unfinished PLP's.

As for the problems I was having with changes to the PLP object itself,
maybe I didn't complete the PLP's PLP. I made sure to go through every step
again and the changes seemed to stick this time.

Thanks again Ray!

Nate

-
Nate Smith, 
Lead Developer 
[EMAIL PROTECTED] 
www.doceus.com 


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