ok, haven't been in here a while but this is worth throwing out there.
cfajax is junk. i was excited to see how simple it was at cfunited but now i'm majorly disappointed. these are the two major shortcomings i've found plus other annoyances.
1) You can't do more than 1 cflocation with in a container. The second will push the destination page out to the parent. So no path of pages such as a checkout process. Using the SubmitForm() to try and get around the problem also first pushed the page out to the parent and then on the second click it worked. Well that doesn't help!
2) No input type=file within a container. It can't pass the multipart attrib through and you just get an error stating you need it every time.
3) Maybe this is just an ajax thing in general, but a script doesn't run from the parent to a child container. Bumma.
Now i need to learn how to use a real javascript library. ugh.
No comments:
Post a Comment