hello, custom forms in web2py are very verbose in my opinion
Is that really necessary?
If i pass the form from my controller to my view i should only have to
write
{{=form.custom.widget.last_name}} somewhere in the view
without having to write also
{{=form.custom.begin}} in the beggining and
{{=form.custom.end}} in the end.
I´d like to know why and why not simpler
for example my stupid idea
<div form-custom>
{{widget.first_name}}
{{widget.last_name}}
</div>
Thank you
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.