> On Fri, Nov 27, 2009 at 6:09 PM, Julian Yap wrote:
>
>> Is it possible to use custom forms without SQLFORM according to my
>> original post requirements ?
>>
>> Thanks.
>>
>> On 11/27/09, Thadeus Burgess wrote:
>> > tis only with SQLFORM
hadeus
>
>
>
>
> On Fri, Nov 27, 2009 at 4:37 PM, Julian Yap wrote:
>
>> When try this in the form:
>> {{=form.custom.widget.name}}
>>
>> I get this error:
>> AttributeError: 'FORM' object has no attribute 'custom'
>>
&g
nk memorized by now ;)
>
> -Thadeus
>
> On Fri, Nov 27, 2009 at 4:08 AM, Julian Yap wrote:
> > When using {{=form}} in views, I want to customize the output so it's
> > more tabular. Right now, the output all just flows on one line.
>
> > Example controller
When using {{=form}} in views, I want to customize the output so it's
more tabular. Right now, the output all just flows on one line.
Example controller:
def form1():
form = FORM('Name: ', INPUT(_name='name', value=session.name),
'To Address: ', INPUT(_name='to_address', requires=
Thanks Massimo. I wasn't aware Python 2.5 required for GAE.
On Nov 22, 5:21 am, mdipierro wrote:
> The error is
>
> /usr/lib64/python2.6/uuid.py
>
> I think you are runn dev_appserver with python2.6 but you should be
> using 2.5.
>
> Massimo
>
> On Nov 22, 5
Is it me or is this issue happening again? Running GAE 1.2.7 and
latest web2py from SVN.
$ google_appengine/dev_appserver.py web2py_svn/
/home/me/google_appengine/google/appengine/tools/appcfg.py:41:
DeprecationWarning: the sha module is deprecated; use the hashlib
module instead
import sha
/h
6 matches
Mail list logo