[web2py:25145] Custom forms and dealing with error messages

2009-06-28 Thread jjahe...@googlemail.com
I have been playing around with web2py to see what I can do or not do. I must say I like what I see. It seems very intuitive and easy to work with. I am using windows XP SP3, python 2.5.4, web2py 1.64.4 It would seem that the default format for forms is to output them as tables. So I have look

[web2py:25166] Re: Custom forms and dealing with error messages

2009-06-28 Thread jjahe...@googlemail.com
ctionary. And you can display them as a you like: > > {{if 'name' in errors:}}Oops, there is no name here{{pass}} > > On Jun 28, 2:39 am, "jjahe...@googlemail.com" > > > > wrote: > > I have been playing around with web2py to see what I can do or not do.