Now I know what is causing this. I think will post 1.57.1 and I think we can claim full 2.6 support.
On Mar 3, 2:23 am, Guido Kollerie <[email protected]> wrote: > 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

