Look at the code below. I'm assuming your PLP posts to itself, right? Well,
I bet it's not passing form.submitTypeID. So, tell me, are you seeing the
first step of your PLP and that's it?
Oh, and did you define the Edit method for your type? Out of the box, all
types have a default edit method, but in order for YOUR edit method to work,
you have to go into the type editor and add a method called edit.
=======================================================================
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
>
> <CFIF ISDEFINED("form.submitTypeID")>
> <CFSET theID = CREATEUUID()>
> <CFA_contentObjectCreate
> DATASOURCE="#request.cfa.objectstore.dsn#"
> OBJECTID="#theID#"
> TYPEID="#form.submitTypeID#"
> METHOD="edit"
> >
> </CFIF>
>
> -
> 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.