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
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
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
3 matches
Mail list logo