Re: Parameter passing in URL

2008-11-25 Thread Daniel Süpke
there is an error about that. I think, passing a parameter along the URL is a pretty common task, isn't it? There should be more support for that in cake. For example, if I add it to the form action (helper), cake gets all confused about it. Yet, that would be the simplest solution. Best Regards, Daniel

Re: Parameter passing in URL

2008-11-25 Thread Daniel Süpke
to every page. The user can change this ID, but this should not affect any opened tabs, where he still must be able to continue with the old ID. So I do not think that the session can be used here. Best Regards, Daniel Süpke RyOnLife wrote: Daniel, I suggest you download the Firebug

Re: Parameter passing in URL

2008-11-05 Thread Daniel Süpke
with the old ID. So I do not think that the session can be used here. Best Regards, Daniel Süpke RyOnLife wrote: Daniel, I suggest you download the Firebug Firefox add-on and try it out with the http://bakery.cakephp.org/articles/view/firecake-helper Firecake helper for CakePHP. Makes it really

Re: Parameter passing in URL

2008-11-04 Thread Daniel Süpke
How? If the user opens a new tab and changes the ID there (in the session), it will affect all other tabs, won't it? Best Regards, Daniel Süpke RyOnLife wrote: Multiple tabs won't inhibit the use of sessions. Feanor's Curse wrote: Thanks for the suggestion, but session variable

Re: Parameter passing in URL

2008-11-03 Thread Daniel Süpke
Thanks for the suggestion, but session variable won't work since the user could have open multiple tabs with different IDs. Best Regards, Daniel Süpke On Oct 27, 4:06 pm, RyOnLife [EMAIL PROTECTED] wrote: Any reason setting a session variable wouldn't work? Feanor's Curse wrote: Hi

Re: Parameter passing in URL

2008-10-10 Thread Daniel Süpke
. Any ideas? https://trac.cakephp.org/ticket/4750 Regards, Daniel Süpke RichardAtHome wrote: or store the id in the session? On Sep 26, 12:17 pm, Daniel Süpke [EMAIL PROTECTED] wrote: Thank you very much, I'll have a look at that! Best Regards, Daniel Süpke [EMAIL PROTECTED] wrote: I

Re: Parameter passing in URL

2008-09-26 Thread Daniel Süpke
Thank you very much, I'll have a look at that! Best Regards, Daniel Süpke [EMAIL PROTECTED] wrote: I haven't done exactly that but I think you could set all urls and links using the array notation. The array could then also be pre- populated with the parameter you want to keep in each

Parameter passing in URL

2008-09-25 Thread Daniel Süpke
, but this is not working when forms are validated by Cake, since then the url is not going via the LinkHelper. So, is there any easy way to pass around a parameter in the URL in the entire application? Best Regards, Daniel Süpke --~--~-~--~~~---~--~~ You received