yes, jquery.js and web2py.js are configured in web2py_ajax.html and 
jquery.js is preceding web2py.js:
{{
response.files.insert(0,URL('static','js/jquery.js'))
response.files.insert(1,URL('static','css/calendar.css'))
response.files.insert(2,URL('static','js/calendar.js'))
response.files.insert(3,URL('static','js/web2py.js'))
response.files.insert(4,URL('static','js/jquery.blockUI.js'))
response.include_meta()
response.include_files()
}}


The workaround from José works. After replacing the compileapp.py through 
the old one, every load is working again. I'll take a closer look at the 
file in the afternoon. 


Am Donnerstag, 10. Oktober 2013 21:15:40 UTC+2 schrieb Niphlod:
>
> is jquery.js preceding web2py.js in your layout.html ?
>
> On Thursday, October 10, 2013 8:27:04 AM UTC+2, Michael Helbling wrote:
>>
>>
>> Yes, i already copied the web2py.js, appadmin controller and views from 
>> the latest welcome app to all my apps. 
>> Without copying the web2py.js, no load worked. But even with the latest 
>> web2py.js, not all loads are working. that's my problem and i don't know 
>> why some load doesn't work. In version 2.5.1 with the old web2py.js all 
>> loads worked and in version 2.7.1 with the new web2py.js ~30% of the loads 
>> in our app don't work anymore. 
>>
>> as described, i don't know what to try anymore. May you can give me a 
>> hint what i could try additionally? 
>>
>>
>> Am Mittwoch, 9. Oktober 2013 18:53:02 UTC+2 schrieb Massimo Di Pierro:
>>>
>>> You need to copy web2py.js from the latest welcome app into your old app.
>>>
>>>  
>> On Wednesday, 9 October 2013 04:57:20 UTC-5, Michael Helbling wrote:
>>>
>>> First of all to avoid this question: Yes I copied the appadmin and 
>>> javascript file from the welcome app to my own app ;-) 
>>>
>>>
>>  
>>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to