Search the web
Sign In
New User? Sign Up
ajaxcfc · ajaxCFC Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 611 - 640 of 1584   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
611
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
phidelt1350
Offline Send Email
Aug 1, 2006
1:43 pm
612
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...
Christopher Jordan
c_s_jordan
Offline Send Email
Aug 1, 2006
2:04 pm
613
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"...
Munson, Jacob
yacoubean
Offline Send Email
Aug 1, 2006
2:10 pm
614
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...
Ryan
phidelt1350
Offline Send Email
Aug 1, 2006
2:10 pm
615
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...
Christopher Jordan
c_s_jordan
Offline Send Email
Aug 1, 2006
2:19 pm
616
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...
Ryan
phidelt1350
Offline Send Email
Aug 1, 2006
2:40 pm
617
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...
Munson, Jacob
yacoubean
Offline Send Email
Aug 1, 2006
3:01 pm
618
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...
Christopher Jordan
c_s_jordan
Offline Send Email
Aug 1, 2006
3:05 pm
619
Ryan, Sorry the font on my email went nuts. Here was my suggestion: <form name="f" method="post"> <input type="button" value=" Submit "...
Christopher Jordan
c_s_jordan
Offline Send Email
Aug 1, 2006
3:27 pm
620
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...
Ryan
phidelt1350
Offline Send Email
Aug 1, 2006
3:35 pm
621
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...
Munson, Jacob
yacoubean
Offline Send Email
Aug 1, 2006
3:58 pm
622
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...
Christopher Jordan
c_s_jordan
Offline Send Email
Aug 1, 2006
4:07 pm
623
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...
Ryan
phidelt1350
Offline Send Email
Aug 1, 2006
4:31 pm
624
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...
Neil Bailey
nbailey00
Offline Send Email
Aug 1, 2006
4:39 pm
625
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...
Christopher Jordan
c_s_jordan
Offline Send Email
Aug 1, 2006
4:59 pm
626
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...
Christopher Jordan
c_s_jordan
Offline Send Email
Aug 1, 2006
5:00 pm
627
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...
Neil Bailey
nbailey00
Offline Send Email
Aug 1, 2006
5:10 pm
628
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...
Neil Bailey
nbailey00
Offline Send Email
Aug 1, 2006
5:15 pm
629
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...
Christopher Jordan
c_s_jordan
Offline Send Email
Aug 1, 2006
5:20 pm
630
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...
Christopher Jordan
c_s_jordan
Offline Send Email
Aug 1, 2006
5:23 pm
631
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...
Neil Bailey
nbailey00
Offline Send Email
Aug 1, 2006
5:24 pm
632
"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,...
Munson, Jacob
yacoubean
Offline Send Email
Aug 1, 2006
5:26 pm
633
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...
Neil Bailey
nbailey00
Offline Send Email
Aug 1, 2006
5:28 pm
634
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...
Christopher Jordan
c_s_jordan
Offline Send Email
Aug 1, 2006
5:31 pm
635
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:...
Neil Bailey
nbailey00
Offline Send Email
Aug 1, 2006
5:33 pm
636
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...
Christopher Jordan
c_s_jordan
Offline Send Email
Aug 1, 2006
5:34 pm
637
I'm bookmarking it now... :)...
Christopher Jordan
c_s_jordan
Offline Send Email
Aug 1, 2006
5:37 pm
638
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. ;) ...
Munson, Jacob
yacoubean
Offline Send Email
Aug 1, 2006
5:38 pm
639
lol! :)...
Christopher Jordan
c_s_jordan
Offline Send Email
Aug 1, 2006
5:45 pm
640
Thanks! :) ________________________________ From: ajaxcfc@yahoogroups.com [mailto:ajaxcfc@yahoogroups.com] On Behalf Of Neil Bailey Sent: Tuesday, August 01,...
Munson, Jacob
yacoubean
Offline Send Email
Aug 1, 2006
5:51 pm
Messages 611 - 640 of 1584   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help