Re: ComponentWrapper Question
Re: ComponentWrapper Question
- Subject: Re: ComponentWrapper Question
- From: David Holt <email@hidden>
- Date: Fri, 12 Nov 2004 16:28:52 -0800
James,
You have 5 pages. This is what the architecture should look like:
PageWrapper component - here is where your static content (stuff that
is the same on every page) goes. Your pull down is here. It also has a
WOComponentContent where you want the content to go. This component
must be a full document.
Page 1. The first element in the component is PageWrapper. What you put
inside the page wrapper is what is called by the WOComponentContent on
the PageWrapper template. Page 1 has to be a partial document because
it falls inside the PageWrapper which will have all the necessary HTML
tags to create a whole webpage.
ditto for page 2-5.
Does that help you?
David
On 12 Nov 2004, at 12:16 PM, James Cicenia wrote:
Hello -
I have five main pages:
Page1
Page2
..
Page5
They call a ParentComponent.
In my ParentComponent I have a pulldown that when selected
supposedly returns a different page. However, the items in the
parent component change, but the page itself doesn't. This has
been driving me crazy today. Any clues as to why this won't work?
-James Cicenia
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden