On Sun, Nov 25, 2012 at 8:38 PM, Mo Lay <[email protected]> wrote:

>
> $parent.find('button[name=save]').click(function () {
>
>   $.ajax({
>   return false;
> });
>

your font end code looks ok.


>
> <cfinvoke
>
>    component="JSONUtil"
>    method="deserializeFromJSON"
>    returnVariable="rtn_result">
>    <cfinvokeargument
>       name="JSONVar" value="data">
>


Most likely you wanted a variable there. You said, value="data", which
means you passed the literal string data. I believe you want:
value="#form.data#">

>
>
-- 
===========================================================================
Raymond Camden, Adobe Developer Evangelist

Email : [email protected]
Blog : www.raymondcamden.com
Twitter: cfjedimaster


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:6011
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm

Reply via email to