Re: select with link

2010-01-21 Thread John Andersen
Your requirement looks to be an ajax solution! Start by looking in the
CakePHP book at:
http://book.cakephp.org/view/208/AJAX

and also search the group and the internet for articles relating to
this. When ready, show us your solution ;)
Enjoy,
   John

On Jan 20, 6:27 pm, martin  wrote:
> hi,
> I need that when is onChange, redirect me to the view page of the
> product
> (this is on views/layouts/default )
>
> select('Producto.Id',$this->requestAction('/
> productos/findAllProductos'), null, array('onchange'=>*,
> 'class'=>'select')); ?>
>
> how can I do it?
>
> thanks
Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


select with link

2010-01-20 Thread martin
hi,
I need that when is onChange, redirect me to the view page of the
product
(this is on views/layouts/default )

select('Producto.Id',$this->requestAction('/
productos/findAllProductos'), null, array('onchange'=>*,
'class'=>'select')); ?>

how can I do it?

thanks
Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en