Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Table of Contents

Introduction

WOComponentContent allows you to write nested components as HTML container elements: Elements that can include text and other elements between their opening and closing tags. Using WOComponentContent you can, for example, write a component that defines the header and footer for all of your application's pages.

The WOComponentContent dynamic element doesn't have any attributes. It's simply a marker that specifies where the contents wrapped by the component's <WEBOBJECT> tag should go.

Info

You can only have one WOComponentContent element in a given component.

Usage

Code Block
WOComponentContent { }

Bindings

Examples

Java methods

WOD-style

Code Block

Inline bindings (WOOGNL)

Code Block

Related documents

ERXWOComponentContent