Re: [web2py] Dynamic Table Generation

2011-05-24 Thread Stifan Kristi
i think the logic is same like wizard, have you tried it? On Wed, May 25, 2011 at 7:39 AM, Ialejandro wrote: > Hi everyone, I'm trying to make an app where a user can create its own > tables bases in some attributes, I have this: > > View: > > {{extend 'layout.html'}} > > action="{{=URL()}

[web2py] Dynamic Table Generation

2011-05-24 Thread Ialejandro
Hi everyone, I'm trying to make an app where a user can create its own tables bases in some attributes, I have this: View: {{extend 'layout.html'}} Project Name: Number Of Fields: Name of Fields: Submitted variables {{=BEAUTIFY(request.vars)}} Controller: def config(): if request.v