hi ted - is this something you can add to your page wrapper?
if maybe that's not a great solution, in the past, when I have designed complex D2W apps, I end up subclassing pages and often make container elements like a 'panel' to handle arrangement of property level components and also to report things or add standard UI elements at that level. modern look has so many goodies today, but subclassing and using your own page (or panel) level components is a common way to add something like a special error message or standard UI element that is not part of the underlying system. maybe that helps -- On Sep 4, 2012, at 12:43 PM, Theodore Petrosky <[email protected]> wrote: > I have a D2w app. they want to add some instructional text to the top of the > page (under the Menubar). Obviously, the text will change for each tab that > is selected. > > How do I add this markup in? or How do I create the hook so a component can > fly in here as needed? > > Ted > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
