Re: [web2py] Re: Refreshing component

2011-06-16 Thread Jim Steil
Massimo Thanks for the reply. I made the change you recommended. I can see that the function is called using firebug, but the component doesn't refresh. Would it have something to do with this running inside the component? -Jim On 6/16/2011 12:37 PM, Massimo Di Pierro wrote: Try rep

[web2py] Re: Refreshing component

2011-06-16 Thread Massimo Di Pierro
The target is missing success: function() { web2py_component('../groupUsers/{{=groupId}}', 'target'); }, where 'target' must be the id (in quotes) of the component to be refreshed. On Jun 16, 1:13 pm, Jim Steil wrote: > Massimo > > Thanks for the reply.  I made the change you recommended.  I

[web2py] Re: Refreshing component

2011-06-16 Thread Massimo Di Pierro
Try replace success: web2py_component('../groupUsers/{{=groupId}}'), with success: function() { web2py_component('../groupUsers/ {{=groupId}}'); }, On Jun 16, 12:02 pm, Jim Steil wrote: > Hi > > I have a component on my page that displays the auth_users that have > membership th