Re: using one select box to generate the results for two more

2007-12-02 Thread ldb
G'day Just for closing, restructure of the table was required, then the folks I was doing this for dropped the requirement On Nov 16, 8:08 am, ldb <[EMAIL PROTECTED]> wrote: > G'day > > Ah, should have mentioned, I can restructure the table if that is &g

Re: newbie question - multiple functions in a page

2007-12-02 Thread ldb
G'day Would the Ajax helper be what you are looking for, or have I misunderstood? I did visit your link..;-) On Dec 2, 5:15 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi everyone, > Apologies if this is a silly question, I'm brand new to Cake (and > frameworks in general!). >

Re: I have the same problem

2007-12-02 Thread ldb
G'day Thanks for mentioning this, I did have problems with 1.18 but I just stared with CakePHP and thought I just didn't know how to use them right. Missed something in the setup...;-) On Dec 2, 4:42 pm, Jimz <[EMAIL PROTECTED]> wrote: > Hi Keymaster, > > I'm getting the same problem. > > If I r

Re: Newbie question: how do i load the javascript helper ?

2007-11-30 Thread ldb
G'day Hopefully I'm not misunderstanding. In your controller, make sure you have it defined. "var $helpers = array('Html', 'Form','Javascript', 'Ajax' );" is the full line I have for context. That will work for just Javascript. If you use any helpers that are not built in, just make sure you put

FormWizard snippet for Cake 1.1

2007-11-30 Thread ldb
evious/Next. I realize I'm not using it right, misunderstood something, but cannot find any info that helps me see how I've got it wrong. Can anyone please point me in the right direction, I've been on a tight timeline for this project and have had lots of hurdles so far. Thanks... -- l

RE: Migration from 1.1 to 1.2 problems

2007-11-28 Thread ldb
g, the radio button appears to stretch to the maximum width of the div or in this case the entire browser window? Can anyone help please? Happy to read but am currently out of material.;-) To save folks the trouble, the donutczar site has : radio('Contacts.firstName',array('

RE: recommendations for credit card processing

2007-11-21 Thread ldb
My particular application involves only one product unit which I would like to feed the checkout and process the credit card. So no shopping cart is necessary but I can "alter" one if necessary for the same effect. Thanks.. -- ldb --~--~-~--~~~---~--~~

Re: javascript declarations

2007-11-21 Thread ldb
G'day Thanks very much for that reference. I did try the fix but it did not work in my situation. But it's a great link and is bookmarked for future issues. Much appreciated. I did end up trying a grueling comparison of the header tags between two cake projects, one works, one (the current one)

RE: javascript declarations

2007-11-20 Thread ldb
o ($javascript->link('scriptaculous')); echo ($javascript->link('datepicker')); } ?> This works fine in Firefox and Safari on Windows and of course any linux browser??? Thanks...;-) -- ldb --~--~-~--~~~---~--~~ You received this me

Re: using one select box to generate the results for two more

2007-11-16 Thread ldb
the 2 boxes when the value of > your first box changes. > See a sample here > :http://www.devmoz.com/blog/2007/04/04/cakephp-update-a-select-box-usi... > > On Nov 15, 10:29 pm,ldb<[EMAIL PROTECTED]> wrote: > > > G'day > > > I just can't seem to fi

Re: using one select box to generate the results for two more

2007-11-16 Thread ldb
G'day Ah, should have mentioned, I can restructure the table if that is needed, was trying not to. Been through too much trying to figure this one out, restructure would have to be less trouble if it makes Cake happier and works better within it's format. Thanks...;-) On Nov 16, 8:

RE: using one select box to generate the results for two more

2007-11-15 Thread ldb
erateList(array('Modelinfo.Model_Number'=> 'LD400'),null, null, '{n}.Modelinfo.Model_Number','{n}.Modelinfo.AltModel_Number')); $this->set('altmodels', $this->Altmodel- >generateList(array('Altmodel.Model_Number'=> &#x

RE: generated list not available in one view, results in "Undefined variable" referencing the list variable.

2007-11-14 Thread ldb
G'day I feel that I am somewhat standing in front of a forest shooting at it, hoping to hit a tree looking for what would cause the following. I am hoping I've just missed something in my usage of CakePHP here and someone can refer me to the right doc. I have a controller called "model_alterna

Re: generated list not available in one view, results in "Undefined variable" referencing the list variable.

2007-11-14 Thread ldb
.cakephp.org/chapter/controllers On Nov 14, 5:18 pm, ldb <[EMAIL PROTECTED]> wrote: > G'day > > I feel that I am somewhat standing in front of a forest shooting at > it, hoping to hit a tree looking for what would cause the following. I > am hoping I've just missed something