Re: Mixing HTML & WO Pages?
Re: Mixing HTML & WO Pages?
- Subject: Re: Mixing HTML & WO Pages?
- From: Chuck Hill <email@hidden>
- Date: Fri, 24 Oct 2003 11:19:32 -0700
- Organization: Global Village Consulting, Inc.
Two possibilities come to mind:
1. Keep the pages as static HTML and use SSI to call direct actions to
return the page contents.
2. Use WOComponentContent to encapsulate the template and use that
component to wrap all of your pages. The template will be in a
WOComponent but will be 99% static HTML. You can put this
WOComponentContent in its own framework or otherwise load it
externally from the application to maintain flexability in changing it.
Chuck
David Griffith wrote:
Hi all,
I'm a little confused by one thing: If I have a WO application running a
GuestBook for example, but most of the rest of the site is fairly static,
and I want to be able to give someone else control of the header and footer
of the page in which the GuestBook is enclosed, how would I do it? Other
than using frames of course.
The reason is that the site I want to incorporate the GuestBook application
has it's own template design and I don't need to be hardcoding template
design into the WO application.
I think I am, like some others, having difficulty seeing how HTML static
pages and WO fit together.
Regards,
Dave.
_______________________________________________
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.
--
Chuck Hill email@hidden
Global Village Consulting Inc. http://www.global-village.net
Progress is the mother of all problems.
- G. K. Chesterton
_______________________________________________
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.