i have 2 table bsc and cell with relation 1:n bsc: id, name, .. cell: id, bsc_id, name, .. now i want group some cells into group, so i create table group & cell_group: group: id, name, ... cell_group: cell_id, group_id i use doctrine to build model, form, ... when I create a new group, I add a list of cell use sfWidgetFormSelectDoubleList. my problem: in input form, I want have a BSC field to filter the list of cell to easy add cell list. i add a bsc widget use sfWidgetFormDoctrineChoice, but i don't know how to change Unassociated cell list when bsc value change anyone help me :)
thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
