Your problem is that your PLP calls itself - which means you will continue
to create new objects. You only want to create a new object on the first
hit. I wont go into detail in this email because I just answered (a few
minutes ago) a similar question. Tell me if that one helps you.

=======================================================================
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: Nate Smith [mailto:[EMAIL PROTECTED]]
> Sent: Friday, March 23, 2001 2:26 PM
> To: Spectra-Talk
> Subject: Creating Content Objects in Custom Admin Section
>
>
> Hey all,
>
> I'm trying to create an admin section where authenticated users can check
> their tasks approve and create content without having to go through the
> webtop.
>
> I posted earlier about this, but I haven't really gotten anywhere with the
> suggestion that was provided. My problem revolves around a PLP that isn't
> working after the first step. I create the contentObject with a
> cfa_contentObjectCreate tag and a method of edit.
>
> The edit handler invokes a PLP that advances through 8 steps that populate
> the objects properties. Here is the code I now use. My PLP now goes to the
> second step, but the PLP comes back with an error saying that my output
> struct is not defined. I know that I need to provide an stInput, but what
> should I populate it with? I could send it the stOutput of a
> cfa_ContentObjectGet, but I don't think that's correct.
>
> Am I on the right track?
>
> Also, but of smaller importance, my cfa_button's no longer have the same
> formatting as they did in the webtop. Does anyone know what files
> I need to
> include to get those styles to carry over?
>
> Thanks for any time and help you can provide,
> Nate
>
> =


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