[web2py] Layout for ticket?

2011-03-29 Thread sipiatti
Hi, I would like to know how can I provide a layout and/or view for the ticket appearing? Sometimes I made mistakes and errors, but that nearly empty page "Internal error Ticket issued: myapp/127.0.0.1.2011-03-29.14-59-40.b807ecd9-3d35-4bed- b0e9-87619cb63c6a" is non informative to my users. The

[web2py] Re: the facebook clone video

2011-03-21 Thread sipiatti
sipiatti On márc. 21, 15:19, Massimo Di Pierro wrote: > http://blip.tv/file/4912976

[web2py] Re: web2py anti-propaganda video

2011-03-18 Thread sipiatti
amazed! I am still new to web2py with a cakephp background and I am very sorry to did not come across to web2py sooner. Just for curiousity: What program/environment you use to create these videos? On márc. 18, 13:32, Massimo Di Pierro wrote: > http://vimeo.com/21185623

[web2py] Re: sqlform form.accept bug? I am confused

2011-03-03 Thread sipiatti
Problem solved. form.accept didn't reached if request.vars were empty so it could not create the hidden fields. I've moved it out from the if block and everything is ok now.

[web2py] Re: sqlform form.accept bug? I am confused

2011-03-03 Thread sipiatti
additional info: I keep trying to find the reasons :) I realized that after the failed submit the form gets a new hidden input with name="_formname" and value="eszkozok_create", but the old field datas are resetted to defaults. When this hidden field exists the form.accept is OK. How can I make sql

[web2py] sqlform form.accept bug? I am confused

2011-03-03 Thread sipiatti
Hi all, I am still a newbie to web2py so could be that this is my fault. I am making a warehouse stock registry app. At present I try to make a procedure where the worker can input the new received gadgets. The form have quantity field. If it is greater than 1, I need to do additional inserts to t

[web2py] SQLFORM.widgets.date.widget problem

2011-02-16 Thread sipiatti
Hi, I am very new in web2py (but I love it from the first met:) ), and faced a problem what I could solve with a workaround but I think it is not the right way. I have a custom form what I created with SQLFORM: form=SQLFORM(db.assets, fields=["assetno","subassetno","qty","costuser","name","seri