Then,

In the widget code seems:
...
grid = FlexiGrid(id='flex', fetchURL='fetch?movieid=param1',
title='Movies',
.... ok

and I add in fetch:
...
def fetch(movieid, param1, param2) ...
...ok

but, how I pass param1 in root controller to grid ?:
...
@expose('samplegrid.templates.index')
def index(self):
    c.grid = grid ¿¿¿¿¿¿¿ param1 ?????????
    return dict()
...
Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en.

Reply via email to