It did say it on

http://web2py.com/AlterEgo/default/show/205

However, it has been changed.

I have yet to purchase the book, waiting to see if a version 3 will be
released soon :P

>Where does it say that?
>The example in page 219 says:

>1 {{=form.custom.begin}}
>2 Image name: <div>{{=form.custom.widget.name}}</div>
>3 Image file: <div>{{=form.custom.widget.>file}}</div>
>4 Click here to upload: {{=form.custom.submit}}
>5 {{=form.custom.end}}




On Oct 6, 10:34 am, Thadeus Burgess <[email protected]> wrote:
> When using custom SQLFORM, you do not need to specify
>
> {{=form.hidden_fields()}}
>
> because {{=form.custom.end}} includes these. As to documentation, you MUST
> specify {{=form.hidden_fields()}}, however with the latest version from
svn,
> the form gets broken since it includes multiple _formkeys.
>
> Easy fix is to remove form.hidden_fields()
>
> -Thadeus

-Thadeus




On Tue, Oct 6, 2009 at 10:34 AM, Thadeus Burgess <[email protected]>wrote:

> When using custom SQLFORM, you do not need to specify
>
> {{=form.hidden_fields()}}
>
> because {{=form.custom.end}} includes these. As to documentation, you MUST
> specify {{=form.hidden_fields()}}, however with the latest version from svn,
> the form gets broken since it includes multiple _formkeys.
>
> Easy fix is to remove form.hidden_fields()
>
> -Thadeus
>
>
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to