Hi,
I don't now it we are talking about the same but i use
self.response.out.write with jquery very often
example: http://code.google.com/p/relat/source/browse/trunk/relat/e-comm/home.py
start at line 18 (avoid templates, less libraries to load)
or return from datastore:
http://code.google.com/p/relat/source/browse/trunk/relat/e-comm/home.py line 50
notes example:
http://code.google.com/p/relat/source/browse/trunk/relat/e-comm/app.py
line 200 at the and
To optimize all spaces are deleted
(http://closure-compiler.appspot.com/), you can reverse that to better
read it
gr
wim


2010/11/21 Dariusz Myśliwiec <[email protected]>:
> Hi,
> I'm trying to use "print" function, but when I receiving text from it,
> it write me text like that:
>
> "       {               "error": 0,             "url": "http://google.com";    
>   }        Status: 200 OK
> Content-Type: text/html; charset=utf-8 Cache-Control: no-cache
> Expires: Fri, 01 Jan 1990 00:00:00 GMT Content-Length: 0"
>
> I want to parse it by using jquery, but It doesn't working. I think
> it's because of that junk at the end of "print" return:
> Status: 200 OK Content-Type: text/html; charset=utf-8 Cache-Control:
> no-cache Expires: Fri, 01 Jan 1990 00:00:00 GMT Content-Length: 0
>
> How to print string without that junk string?
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine?hl=en.
>
>



-- 
gr
wdo

Demo free E-business: https://e-comm.appspot.com
Gae developer tips http://code.google.com/p/relat/wiki/gaetips
Wim den Ouden Google app engine based (web) apps

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to