No, there is not. The action is executed on the server, the javascript is executed on the client's machine. The best you can do is to create a periodical updater in your JS code that checks the action's progress every now and then.
On Wed, Apr 28, 2010 at 23:39, Rodrigo Ruiz Fuentes <[email protected]> wrote: > Hi, > is there any way to execute javascript from an action?, The idea is to > update the contents of a div while running processes in action. > > Thanks. > > -- > Rodrigo Ruiz Fuentes > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > 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 > -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com 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
