Re: Many pages or one page?
Re: Many pages or one page?
- Subject: Re: Many pages or one page?
- From: Seejo Pylappan <email@hidden>
- Date: Fri, 30 May 2003 06:42:20 -0400
Hi,
What is the best choice:
1) make one component with many WOConditionals (at least one for one
"virtual" page's contents) or
2) make many components (one for each "virtual" page)?
I would do many components as it would be much easier. If all of them
are in the same page, you will have to manage/take care of all the
conditionals in it.
Please, give me advise...
Also. can I embed one WOComponent (like top of the page with menus)
into others?
What you can do is to create a new component. In WOBuilder set it is a
partial document in the page inspector (so it wont have the html and
body tags in it). Build the menu what you want to be displayed and the
logic for it inside this component. You can then drag this component to
the top of any component you want.
-Seejo
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.