Re: [web2py] spinejs with Web2py

2011-10-05 Thread Carl
that's what I thought too a Seb.

alas, although my web2py controller function is called I can find no data 
from the Javascript (in request/vars or request/get_vars).

I can return numbers (integers or numbers) but lists and dicts are not 
parsed and FF FireBug Net/XHR displays

Failed to load source for: http://127.0.0.1:8000/init/default/get_buses


Very frustrating. I can't find anyone who's using web2py with either spine or 
backbone (backbone inspired spine).



Re: [web2py] spinejs with Web2py

2011-09-30 Thread Sebastian E. Ovide
Hi Carl,

I've never used spine.js, but for what I read in
http://maccman.github.com/spine/ it is a JS framework. Therefore I cannot
imagine any reason why it would not work with web2py. With web2py you have
json/xml responses by defaul for free !!! (just use the right url)... so I
would imagine that it should be very trivial to use

good luck !

On Thu, Sep 29, 2011 at 5:32 PM, Carl m...@carlroach.com wrote:

 Is anyone using spinejs with web2py and has ajax calls working?




-- 
Sebastian E. Ovide


[web2py] spinejs with Web2py

2011-09-29 Thread Carl
Is anyone using spinejs with web2py and has ajax calls working?