Hi

Maybe you can create one action, i.e. do_stuff and place it here:
<?php echo $ajax->submit('Weiter',
array('url' => 'edit', 'update' => 'do_stuff'));?

And inside this action just call 2 others actions (yours).

It's looking very bad... but maybe it will works.

On Jun 21, 4:41 pm, Dakapo <[EMAIL PROTECTED]> wrote:
> Hey Chris,
>
> I found that posting hours ago but it doesn't help me much.
> That stuff works for normal views but it doesn't work with my
> elements.
>
> Something must be wrong. Perhaps I misunderstand something or
> something is missing in my code.
>
> It works perfect if I make <?php echo $ajax->submit('Weiter',
> array('url' => 'edit', 'update' => 'extern_voip_connections_table'));?
>
>
>
> But it does not work if I try <?php echo $ajax->submit('Weiter',
> array('url' => 'edit', 'update' =>
> array('extern_voip_connections_table','popup1')));?>
>
> In this case only the popup1-layers gets reloaded. The
> extern_voip_connections_table stays as it is.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to