... looks like something private you are working on (not in mercurial tree....);
Maybe, before you describe how one would use this, you can describe what it intends to do / what it is like (there is already a load environment in gluon, so "LOAD" in views might mean many things...): Can you describe the signature? - It looks like you intend the parameters (?) to be LOAD( controller, function, ???? ) - What is 'ajax=True' for? what is (for example) the utility of 'ajax=False'? (it is hard to fathom the logic / intent of this from just what you have...) - if this does a lot of "magic - and wraps in a div, how would one control the view aspects of this? Basically, this seems to be a way to load ancillary controller behavior from within a view, but the question (as usual) is what _view_ controls do I have over this? Why is LOAD doing _both_ control (function) AND view (<div>...</div>) functionality? Is there some compelling reason to mash these two together? And if so, how will we place multiple views? My fear / concern is that there will be a _long_ string of parameters to make up for the unnatural coupling of view actions (div, tags, etc.) with controller actions (load a function). But I would like to hear / see more of the abstraction arising from (or which lead to) this prototype. Thanks, - Yarko On Dec 18, 9:19 pm, mdipierro <[email protected]> wrote: > http://www.web2py.com/AlterEgo/default/show/252 -- 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.

