On 2/20/06, Reynier Perez Mira <[EMAIL PROTECTED]> wrote:
>  new Ajax.InPlaceEditor('fNombre', 'test.php?a=actualizar&f=aDescripcion', 
> {okText:'Save', cancelText:'Discard', size:25});
#
>  new Ajax.InPlaceEditor('fDescripcion', 'test.php?a=actualizar&f=aNombre', 
> {okText:'Save', cancelText:'Discard', size:25, cols:50, rows: 10});
#
> But this not happen. When I do this:
> 1) Play with first "inPlaceEditor" called 'fNombre' and clic in Save button 
> then the value take is fDescripcion
> 2) Play with second "inPlaceEditor" called 'fDescripcion' and clic in Save 
> button then the value take is fNombre

You have the 'fNombre' and &f=aDescripcion mixed up.  Same with
'fDescripcion' and &f=aNombre.

Todd
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to