Page 297 of 211,264, showing 20 records out of 4,225,268 total, starting on record 5,921, ending on 5,940
# | Username | Text | |
---|---|---|---|
# | Aug 8th 2008, 16:38 | teknoid | aarongustafson: debug output i should say |
# | Aug 8th 2008, 16:38 | TommyO | zmonteca: actually, if you have RequestHandler in your components array and the request comes in via Ajax, then Ajax layout is used automatically |
# | Aug 8th 2008, 16:38 | TommyO | without any additional logic |
# | Aug 8th 2008, 16:39 | dieselz | TommyO: never knew how that worked.... |
# | Aug 8th 2008, 16:39 | NetRipper | anyone ever implemented metaweblog API in cakephp? |
# | Aug 8th 2008, 16:39 | zmonteca | TommyO: thanks, i'll try that now. |
# | Aug 8th 2008, 16:39 | aarongustafson | teknoid: yeah, unfortunately, it's on a JSON post response |
# | Aug 8th 2008, 16:39 | TommyO | dieselz: RequestHandler is kickass |
# | Aug 8th 2008, 16:39 | teknoid | yoris: i'm not sure what you are saying, but imagine you are calling save() in a loop and therefore need to call create() to reset the model object |
# | Aug 8th 2008, 16:40 | dieselz | TommyO: never really looked through the code - anything else i should know about it? |
# | Aug 8th 2008, 16:40 | yoris | teknoid, let me try... |
# | Aug 8th 2008, 16:41 | zmonteca | TommyO: still empty. |
# | Aug 8th 2008, 16:41 | TommyO | dieselz: it supports extensions when they're activated in the Router. so a call to /controller/action renders the default view for that action, and /controller/action.xml renders the xml view in the xml default layout, and /controller/action.rss ... etc., etc. etc. |
# | Aug 8th 2008, 16:42 | TommyO | zmonteca: what is empty? |
# | Aug 8th 2008, 16:42 | dieselz | TommyO: :-0 |
# | Aug 8th 2008, 16:42 | zmonteca | TommyO: my Response body in firebug. |
# | Aug 8th 2008, 16:42 | teknoid | zmonteca: maybe it would help if you posted your action/view/etc. |
# | Aug 8th 2008, 16:43 | teknoid | into bin * |
# | Aug 8th 2008, 16:43 | zmonteca | TommyO: no sign of any output from my controller method or my view |
# | Aug 8th 2008, 16:43 | TommyO | zmonteca: sounds like the working of a syntax error |