Hello, I have a submit form which adds a message to the list under this form. It is an ajax form. But now I placed a new link near this form, called "blog". And I have to make to things: The first: if I click this link, the list of messages under the form must change to the list of blog posts. This task is easy. The second: I need to make so that when I click that link this form also changes to the blog form, which posts the blog posts. And I have to make this using ajax. So my problem is how to do the second task. Some information about my code: The form which I use to add messages and to add blog posts is the same - it is a component, whith different arguments passed(such as the name of the recieving module, number of rows in a textfield, etc.). This component also includes the tag <div></div> under it. This tag is ajax-updated whith the list of messages (or blog posts), when the submit button is clicked. Thank you, beforehand. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
