Re: Problem Redirecting to Servlet

2007-03-26 Thread g
Hi. Thanks to everybody who replied. I was able to fix the problem by using single quotes. Hehe. On Mar 12, 3:10 pm, Chris Lamb [EMAIL PROTECTED] wrote: Mariano Iglesias [EMAIL PROTECTED] wrote: This issue was solved some time ago: https://trac.cakephp.org/ticket/2060 I looked at the API

RE: Problem Redirecting to Servlet

2007-03-12 Thread Mariano Iglesias
, and share your knowledge. BAKE ON! blog: http://www.MarianoIglesias.com.ar -Mensaje original- De: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] En nombre de Chris Lamb Enviado el: Lunes, 12 de Marzo de 2007 12:36 a.m. Para: cake-php@googlegroups.com Asunto: Re: Problem Redirecting

Re: Problem Redirecting to Servlet

2007-03-12 Thread Chris Lamb
Mariano Iglesias [EMAIL PROTECTED] wrote: This issue was solved some time ago: https://trac.cakephp.org/ticket/2060 I looked at the API docs[0] which is currently at 1.1.113.4450, whilst the above ticket was fixed in 1.1.113.4462. Sorry for the confusion, I assumed a.c.o would be up to date

Problem Redirecting to Servlet

2007-03-11 Thread g
Hi. I have a problem with cake's redirect formatting the url. The problem is I uploaded an excel file. I have a servlet to process the excel file. Now after uploading the file I redirect my app to the servlet using: $this-redirect(http://localhost:8080/SMSUploadServlet;); Unfortunately it

Re: Problem Redirecting to Servlet

2007-03-11 Thread Chris Lamb
g [EMAIL PROTECTED] wrote: How do I do it so it doesn't automatically append the base URL of the cake app? I don't believe it is possible - Controller:redirect will always prefix the URL with the FULL_BASE_URL constant. Try: if (function_exists('session_write_close')) {