I solved this problem...

It was the hiddenName wich was equals to combo name...

With extJs the hiddenName must be equal to the data name to update
later in action with ->fromArray($this->getRequest()-
>getParameterHolder()->getAll(),BasePeer::TYPE_FIELDNAME);

Maybe this will be usable for anyone ?

I've an other problem . I've this problem with extjs too : When i
prepare the form i initialize the combo with setValue(id of the item
in the database) and the system display the id and does'nt transform
it in the name. Forever i've a displayField and a valueField...

Could someone help me this time ?

Thank's

On 8 oct, 09:10, pierrix <pierre.ferr...@ifrance.com> wrote:
> Hi,
>
> I use symfony 1.0 with extjs2plugin.
>
> I use combobox. The data are correctly displayed but when i select an
> item, and process the selectValue(id selected) in my code, the item
> displayed doesn't refresh, and stay on initial value !
>
> I tried to do the same thing in extjs without symfony and it's work
> fine.
>
> Thank you for your help.
--~--~---------~--~----~------------~-------~--~----~
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