You must unset 'admin' prefix to redirect to non-admin URL:

    $this->redirect(array('admin' => false, 
'controller'=>'customers','action' => 'view',$id));


On Friday, August 24, 2012 9:18:47 PM UTC+2, Lucas Simon Rodrigues 
Magalhaes wrote:
>
> Uhuhuuulll
>
> Thnx dude!!!
>
> Em sexta-feira, 24 de agosto de 2012 15h11min35s UTC-3, ivnrmc escreveu:
>>
>> OR
>>  
>> $this->redirect('/customers/view/'.$id);
>>
>> :-) 
>>
>>
>>
>> 2012/8/24 Lucas Simon Rodrigues Magalhaes <[email protected]>
>>
>>>
>>>    1. //$id = $this->request->data['ProductDetail']['customer_id'];
>>>    2. 
>>>
>>>
>>> forget this line comment
>>>
>>> $id = $this->request->data['ProductDetail']['customer_id']; 
>>>
>>> Em sexta-feira, 24 de agosto de 2012 15h01min02s UTC-3, Lucas Simon 
>>> Rodrigues Magalhaes escreveu:
>>>
>>>> After add the product detail, I wanna redirect to controller customer 
>>>> action view, and my customer id.
>>>>
>>>> look;
>>>>
>>>> http://pastebin.com/84ZTTq2T 
>>>>
>>>> Em sexta-feira, 24 de agosto de 2012 14h44min35s UTC-3, ivnrmc escreveu:
>>>>>
>>>>> What exctly are you trying to accomplish?
>>>>> Maybe you can try with $this->redirect($this->**referer());
>>>>>
>>>>>
>>>>> 2012/8/24 Lucas Simon Rodrigues Magalhaes <[email protected]>
>>>>>
>>>>>> I doing it:
>>>>>>
>>>>>> $this->redirect(array('**controller'=>'customers','**action' => 
>>>>>> 'view',$id));
>>>>>>
>>>>>> but do not work.
>>>>>>
>>>>>> Invalid customer 
>>>>>>
>>>>>> *Error: * The requested address *'cadastros/admin/customers/view'*was 
>>>>>> not found on this server.
>>>>>>
>>>>>>  -- 
>>>>>> You received this message because you are subscribed to the Google 
>>>>>> Groups "CakePHP" group.
>>>>>> To post to this group, send email to [email protected].
>>>>>> To unsubscribe from this group, send email to 
>>>>>> [email protected]**.
>>>>>> Visit this group at http://groups.google.com/**
>>>>>> group/cake-php?hl=en-US<http://groups.google.com/group/cake-php?hl=en-US>
>>>>>> .
>>>>>>  
>>>>>>  
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> -- 
>>>>> *Ivan Rimac***
>>>>> mail: [email protected]
>>>>> *tel: +385 95 555 99 66*
>>>>> *http://ivanrimac.com*
>>>>>
>>>>>   -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "CakePHP" group.
>>> To post to this group, send email to [email protected].
>>> To unsubscribe from this group, send email to 
>>> [email protected].
>>> Visit this group at http://groups.google.com/group/cake-php?hl=en-US.
>>>  
>>>  
>>>
>>
>>
>>
>> -- 
>> *Ivan Rimac***
>> mail: [email protected]
>> *tel: +385 95 555 99 66*
>> *http://ivanrimac.com*
>>
>>  

-- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.


Reply via email to