Here's my Adobe CF support experience, hope you've had a better luck.  But 
first, let me say, their top executive for CF, Damon, is superb and extremely 
professional.  But it seems to got lost down the chain or in the 'translation' 
something.

Here's the scoop.  
Problem Statement
-----------------
"I find it PAINFUL that some of the
cfjax-related functions I'm implementing are not
consistent in reliability.  For instance, I don't have
any problem writing data to db via CFAJAXPROXY call to
cfc and js class to the same page, and I can also,
retrieve some data and bind it to a DIV of the caller
page for Display, but the "client side data binding"
fails to do binding at Value attribute level, e.g.
psuduo code: 
bind to div id{'showData'} 
// result: <div id="showData">data retrieved from the
biding</div>

// however, for the following binding
// methods: a) cfc - js class; 
// b)at direct target level of bind:cfcName.Method()
bind to input type="hidden" id='passDataOn'
// result
input type="hidden" id='passDataOn' value=''
How come?
-----------------
PROBLEM: value Attribute is expected to have some value but NONE!

(Time: Monday, March 31)

This morning, I finally got an Adobe engineer's email:
"
Hi Don,

I understand that you are facing some issue with CFAJAXPROXY.
I am the QA for AJAX and I would like to know the problem in detail.
Also I would need a code snippet that fails. The code that you have attached, 
works fine for us.

I need a failing code so that I exactly know what is going wrong where.

Could you please find some time for this so that we can provide you with a 
quick solution?

Thanks,
xxx
-----------

What I would expect would be to the effect of the following,
"
Don,

I've looked at the attached three templates (caller, cfc and js), the problem 
you described of cf8's failure of binding/adding to a FORM hidden field's Value 
attribute with a CFC returned simple value did not occur to us (it works for 
us).  Or indeed the cfc's callback value wasn't written to the hidden field's 
Value attribute.

If the second case is true, we ...

....
"

I responded with request for clarification right away, got no response.

Am I not a reasonable customer?


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302675
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to