[web2py] Forms not working with web2py in Chrome

2012-02-16 Thread Sameh Khalil


I'm new to web2py and following the book, I'm trying to follow along with 
the 3rd Chapter building the images application 
http://web2py.com/books/default/chapter/29/3#An-image-blog, I'm faced with 
a problem after building the model and trying to add uploads using the 
database administration, it doesn't work in chrome, after filling the form 
and clicking submit, the page refreshes with cleared inputs as new. The 
form works with other browsers as expected (Firefox, Opera, IE) I'm running 
on Windows 7.

Anybody knows what is causing such problem ??


Re: [web2py] Forms not working with web2py in Chrome

2012-02-16 Thread Bruno Rocha
check if you have any link with an empty href or any image with an empty src

a href='' and img src='' cause problems with form submission.

On Thu, Feb 16, 2012 at 3:52 PM, Sameh Khalil thebook...@gmail.com wrote:

 I'm new to web2py and following the book, I'm trying to follow along with
 the 3rd Chapter building the images application
 http://web2py.com/books/default/chapter/29/3#An-image-blog, I'm faced
 with a problem after building the model and trying to add uploads using the
 database administration, it doesn't work in chrome, after filling the form
 and clicking submit, the page refreshes with cleared inputs as new. The
 form works with other browsers as expected (Firefox, Opera, IE) I'm running
 on Windows 7.

 Anybody knows what is causing such problem ??




-- 

Bruno Rocha
[http://rochacbruno.com.br]


Re: [web2py] Forms not working with web2py in Chrome

2012-02-16 Thread Sameh Khalil
The forms page is created by web2py in the database administration page, 
and I checked the source and it contains no empty hrefs or src