| Subject: | Re: parameter not passed in error |
|---|---|
| From: | "BKBK" |
| Date: | Thu, 26 Mar 2009 06:38:58 +0000 UTC |
| Newsgroups: | macromedia.coldfusion.flash_integration |
As far as I can see, there is nothing wrong with your code. I would leave it as
it is, with one exception. You should initialize each return-variable in the
functions in the CFC with [i]var[/i]. That makes them thread-safe.
The problem seems to revolve around the value {EngRTE.htmlText}. So, what
happens when you replace
[i]<newENGRemark>{EngRTE.htmlText}</newENGRemark>[/i]
with
[i]<newENGRemark>0</newENGRemark>[/i]?
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: parameter not passed in error, emerys |
|---|---|
| Next by Date: | Re: parameter not passed in error, emerys |
| Previous by Thread: | Re: parameter not passed in error, emerys |
| Next by Thread: | Re: parameter not passed in error, emerys |
| Indexes: | [Date] [Thread] [Top] [All Lists] |