Paco,

Maybe not a web2py-like solution but I do something similar in other
web efforts using jQuery. I load up all the forms I wish to use in
<DIV>'s. Then hide all the <DIV>subforms. Set a function on the Submit
onclick. Then iterate through the required matching conditions to fire
a subform, unhiding that specific <DIV>.

I have done this 2 deep and it goes pretty quick. The more nested your
subforms the harder it gets obviously. You might look at this UI plug-
in -- http://layout.jquery-dev.net/. A coworker swears by it but I
have not tried it. YMMV.

On Apr 16, 12:16 pm, Paco <[email protected]> wrote:
> So no easy way yet....
>
> In any case your answer is great news! You are heading to the right
> direction!

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