There are a few ways to do ajax based rendering. One way is to have the Ajax based action you are calling return you the chunk of HTML and then you just render that HTML. Another way is for the Ajax based action to return you a response (more appropriate if there are multiple pieces of data and you may want to render the data in various structures in the HTML document. Which method you go with depends on which jquery method you call.
Take a look here: http://www.symfony-project.org/jobeet/1_2/Propel/en/18 On Apr 16, 6:37 am, Tomasz Ignatiuk <[email protected]> wrote: > So maybe any guess how to get data from action via ajax and put it > into input? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
