PATH  WebObjects 4.0 Documentation > What's New in WebObjects 4.0

Table of Contents Previous Section

WOMetaRefresh Component

The WOMetaRefresh component inserts a meta-refresh tag into your page. You can set the number of seconds before the page is refreshed and either a page to transition to or an action to perform after the delay.

WOMetaRefresh has the following attributes:
WOMetaRefresh
Attribute Description
seconds Number of seconds before the page is refreshed.
pageName Component to navigate to after the page is refreshed.
action Action method to invoke after the page is refreshed.

WOMetaRefresh is a non-synchronizing component. See "Non-Synchronizing Components" on page 35 for more information.

Table of Contents Next Section