Hi,

in my social network, i have a section called 'People'. There, there are a paginated list of the members and a filter.

The action that shows this section is "miembros/index". Its template has the code to show the paged list and the filter.

<div id='lista_miembros'>
...
</div>
<div id='filtro_miembros'>
...
</div>

Above the list the list i have a link to go to the second page:

<a href="#" onclick="new Ajax.Updater('lista_miembros', '/frontend_dev.php/miembros?page=2')">Pagina 2</a>

My problem: when i click that link the div 'lista_miembros' has the people of the second page but _it also has the filter_, so i get a page with two filters...

What should i do?

Javi

--
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to