Re: Need ideas on using cake in a tabbed design.

2008-01-13 Thread Novice Programmer
Oh yes.. .they are ajax indeed.. view changes by reading the data from the server. Let me check out the tutorial then.. Thanks for the help. On 1/14/08, Baz <[EMAIL PROTECTED]> wrote: > > Sorry, I thought your tabs were ajax. > > Since they're not...I'm not sure what the problem is. A new view sho

Re: Need ideas on using cake in a tabbed design.

2008-01-13 Thread Baz
Sorry, I thought your tabs were ajax. Since they're not...I'm not sure what the problem is. A new view should be loaded when you call a new action, provided that these views and actions are implemented. I suggest you read the blog tutorial again. -- Kevin Lloyd 3HN Designs http://www.3HNDesigns.c

Re: Need ideas on using cake in a tabbed design.

2008-01-13 Thread Chris Hartjes
On Jan 13, 2008 1:06 PM, Novice Programmer <[EMAIL PROTECTED]> wrote: > Hello Kevin, > > Thanks for the help. but i probably did not explain the problem properly. > The problem is that view changes on clicking the tab. So I want to replace > the existing view with the new one when the tab is click

Re: Need ideas on using cake in a tabbed design.

2008-01-13 Thread Novice Programmer
Hello Kevin, Thanks for the help. but i probably did not explain the problem properly. The problem is that view changes on clicking the tab. So I want to replace the existing view with the new one when the tab is clicked. i hope this clears the issue. Thanks. On 1/13/08, Baz <[EMAIL PROTECTED]>

Re: Need ideas on using cake in a tabbed design.

2008-01-13 Thread Baz
http://groups.google.com/group/cake-php/web/frequent-discussions Go to this section: *How to display more views/blocks in a single page?*-- Kevin Lloyd 3HN Designs http://www.3HNDesigns.com/ (214) 473-4207 On 1/13/08, Novice Programmer <[EMAIL PROTECTED]> wrote: > > Hello All, > > I am having a m

Need ideas on using cake in a tabbed design.

2008-01-13 Thread Novice Programmer
Hello All, I am having a main page in which i have 5 tabs. I load one tab by default. so what i have done is that i map the root to one of the actions in the main page controller. so when the website loads, that controller gets called and calls up the specified routine. Now what i want is that whe