$this->varid = $this->getRequestParameter('id', null);
in your actionSuccess.php :
<?php echo $varid ?>
that's folks!
On 26 juin, 21:11, Shinkan <[EMAIL PROTECTED]> wrote:
> Hi everyone !
>
> I need to obtain the ID of the dropped element when an element is
> dropped on a drop_receiving_element.
> I can have it easily on Action side (using $this->getRequestParameter('id')),
> but I also would like to use the ID on
>
> the View side, as soon as an element is dropped on my droppable, to
> immediately update something which is not depending on the
> drop_receiving_element triggered action.
>
> THanks a lot in advance, I really need that trick !
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---