Ok, I figured what causes the problem, but I'm not yet sure how to fix it.
Apparently, the "." in the name attribute throws this off. (this explains
why it seemingly worked on pages that used forms instead of control
handlers) The controlhandler naming scheme that uses dots to separate the
"path" to the control is causing the problem.

In other words, <cfa_htmleditor name="Body" height="300" width="500"
Value="#SomeText#"> works, but
<cfa_htmledit name="#CN#.Body" height="300" width="500"
value="#stCD.SomeText#"> does not.

Matt

-----Original Message-----
From: Matthew Fusfield [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 04, 2001 6:17 PM
To: Spectra-Talk
Subject: RE: Spectra 1.51 - cfa_htmleditor problem


Happened on a few different clients, including 2 boxes running Windows 2000
Professional/IE 5.5 as well as a Windows 98 running IE5.5.

This has happened in a few different spots, doesn't seem to be code related
(a few of our calls are listed below) This happens on two
similarly-configured servers, running Windows 2000 Server, CF 4.51
Enterprise Edition, IIS, etc. Both were upgraded from Spectra 1.5 to 1.51
                        
                                <cfa_htmlEditor
                                name="#LangCN#.body"
                                height=300
                                width=500
                                value="#EditorText#">

This worked fine in 1.5 (LangCN being the contextname inside a control
handler, and editortext being a variable that contains HTML)


Thanks,

Matt

-----Original Message-----
From: Raymond Camden [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 04, 2001 5:43 PM
To: Spectra-Talk
Subject: RE: Spectra 1.51 - cfa_htmleditor problem


What browser? What version? Show me the code too please. (FYI, I'll respond
tomorrow, about to go to a CFUG.)

=======================================================================
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: Matthew Fusfield [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 04, 2001 5:25 PM
> To: Spectra-Talk
> Subject: Spectra 1.51 - cfa_htmleditor problem
>
>
> We just upgraded to Spectra 1.51, and are having some problems
> with the HTML
> editor; we are getting JavaScript errors:Error:
> 'window.document.ewepworkflow.content is null or not an object'
> and it does
> not always submit the form correctly.
>
> Other than that, all appears to be operating smoothly thus far
>
> Matt
>
> Matthew I. Fusfield           [EMAIL PROTECTED]
> Web Development Manager       InterActive Network Systems, Inc.
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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