On 3-mrt-2009, at 00:26, mdipierro wrote:

Massimo,

> I think I found the origin of this problem (it is a different
> behaviour in the cgi module or possibly the browser).
> In the appadmin.py of your app can you replace line 202
>
>                TR('', '', INPUT(_type='submit', _value='submit'))))

I found that line on line 191 instead of 202.

> with
>                TR('', '', INPUT(_type='submit',
> _value='submit'))),_action=URL(r=request,args=request.args))
>
> and see if the problem goes away?

Replacing it with your new line of code fixed the problem. Thank you.

-- 
Guido



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to