Hey Everyone, I'm trying to do some user validation where I validate all of the user IDs against the database before the form is submitted. However I cannot...
Ryan, I'm confused what you mean about the form submitting. I don't see a formName.submit() anywhere in your sample code. Is the problem perhaps that the...
One thing you have to do is use 'return' in your onClick function, in your submit button, like so: <input type="submit" name="submit" value="Submit"...
Chris, Thanks for the post, and I apologize for not posting my complete code. Here is my form code, again just boiled down to teh basics to try to get it...
Oh! I see. I never really use onsubmit. Just onclick and then I use a formName.submit() in my function. In this case I think the advice that Jacob Munson gave...
Jacob, Thanks for the post. I have gotten the form to stop however only by placing 'return false' on the function called by the onSubmit action, which makes...
I'm not sure how things are getting returned from your CFC, but what I'd do is remove the 'return false' from checkSBCUID, and then in showTestResult you need...
Ryan, If you need the form to submit only under certain circumstances then I think I would change the button type to be type="button" and have the javascript...
Chris and Jacob, Thank you both for your replies, I have learned something today and thats always good! Here is what I ended up doing and please let me know...
That makes sense. Part of what I did wouldn't work, because like you said, if you remove the 'return false' from checkSBCUID the form will still submit...
Ryan, I'm a bit new to AjaxCFC myself, and I was worried about JavaScript not handling the structure like that, but I checked out the documentation and it...
Chris and Jacob, Again thanks for your help. I was actually writing this code for another developer and I just handed it off to him. Hopefully he understands...
I am another convert from cfAjax - thank God I only used it for a couple of weeks. cfAjax doesn't allow structures or multiple dimension arrays, which just...
My first (and and so far, my only) project so far is for my church. I've written the login and user registration bits and they all use AjaxCFC with BlueDragon...
Neil, As someone who's obviously used AjaxCFC for returning structures, can you tell me, do they really behave in the same way they would in coldfusion? So I...
Yes, they work EXACTLY the same - Rob has truly put together a product that is simply unbelievable. The only problem I have had is that the structure keys...
We were using CF Flash Forms for nearly every single app on our internal site, and the load time finally drove my boss batty - all of our users were pissing...
Sweet, Neil! I like the idea you've got of standardizing your structures such that certain keys always contain certain pieces of information that is relevant...
Yeah, speed increases are something my client is looking for too. AjaxCFC won't solve all of those problems (in my case anyway) because my client has a really...
Yup it all works fine for us. I read, also, Rob's docs that said that the struct keys keep their case, and that really threw us off at first, because we kept...
"What apps have you done with AJAX? Anything I can see? All my stuff is internal so I can share it out side the damn firewall." You may have seen mine already,...
In all of our applications (the AJAX-rewritten versions, anyway) we have the page load, and we have an onLoad event that fires and loads the initial data set...
Very cool example, Jacob. But, I'm disappointed in that I couldn't find the CFReadMind tag anywhere using your site. I suppose I'm just going to have to write...
For those who DON'T know it - our team uses cfQuickDocs literally every single day. I have it bookmarked on every machine I own. Fantastic site. _____ From:...
Yeah, we've built our own percentage counters and such to let users know that something is happening. I haven't used anything from the Yahoo API, but I hear is...
Yeah, I haven't gotten around to adding CFReadMind...but it appears that you are already using it because you were reading my mind in looking for it. ;) ...
Thanks! :) ________________________________ From: ajaxcfc@yahoogroups.com [mailto:ajaxcfc@yahoogroups.com] On Behalf Of Neil Bailey Sent: Tuesday, August 01,...