Page 301 of 211,266, showing 20 records out of 4,225,304 total, starting on record 6,001, ending on 6,020
# | Username | Text | |
---|---|---|---|
# | Aug 8th 2008, 17:00 | zmonteca | TommyO: I actually don't see a response header at all.... |
# | Aug 8th 2008, 17:00 | Azhi_Dahaka_ | in a form... is there a way to avoid reloading the data into a form field? |
# | Aug 8th 2008, 17:00 | TommyO | zmonteca: sounds like the request may not be completeing |
# | Aug 8th 2008, 17:00 | yoris | teknoid, sqlAlchemy has a flush method that executes all sql cached sentences |
# | Aug 8th 2008, 17:00 | TommyO | zmonteca: that's a good sign, sorta. it gives you a direction to look in |
# | Aug 8th 2008, 17:01 | zmonteca | TommyO: yeah, i just renamed the methods and i'm getting the same result. |
# | Aug 8th 2008, 17:01 | zmonteca | TommyO: now what...LOL???? |
# | Aug 8th 2008, 17:03 | teknoid | yoris: don't think sqlalchemy is related to cakephp in any way |
# | Aug 8th 2008, 17:03 | TommyO | what happens if you do go to the url in a browser? you should get the print_r() in your default layout, no? |
# | Aug 8th 2008, 17:04 | zmonteca | TommyO: yeah, i was getting the print outs. |
# | Aug 8th 2008, 17:04 | TommyO | Azhi_Dahaka_: clear it's value in $this->data array in the controller |
# | Aug 8th 2008, 17:07 | yoris | teknoid, no, no, but i was trying to make my situation clear, btw, the code was not a class plugged into the controller, the thing is that the stable version of cake is very limited in advanced sql language, basically i had to modify like 40% of its logic for my needs, 1.2 seems to be promising though |
# | Aug 8th 2008, 17:08 | teknoid | yoris: maybe cake isn't the solution for your problem? |
# | Aug 8th 2008, 17:08 | zmonteca | TommyO: i get the debug params when going to the script directly. |
# | Aug 8th 2008, 17:09 | zmonteca | TommyO: is there a way to make an AJAX request via get method vs. post? seems like the default is post. |
# | Aug 8th 2008, 17:10 | teknoid | yoris: well what features of the framework are you using for this? other than the 40% you had to modify? :) |
# | Aug 8th 2008, 17:11 | NOSLOW | gwoo: 8 hrs later, I have a test case that shows a problem with changeset 7393 |
# | Aug 8th 2008, 17:13 | yoris | teknoid, sql abstraction mostly not using views in ANY way. i have 7 lines of html code, that rules out scaffolding and helpers |
# | Aug 8th 2008, 17:14 | yoris | teknoid, its a javascript app so, its only one url that does just bout everything |
# | Aug 8th 2008, 17:14 | teknoid | yoris: i really don't think cake is the right answer... soundslike you need some tool/process for csv to sql conversion (possibly with some batch facility) |