Documentation
Tomahawk Tools

Search 

Contents

  1. Introduction
  2. Getting Started
  3. Tomahawk Concepts
  4. Code View Support
  5. Design View Support
  6. Tag Object Toolbars
  7. Server Behaviors
  8. Property Inspectors
Selected 9. Tomahawk Tag Reference

10. Tomahawk Tag Reference

Contents > Tomahawk Tag Reference > t:buffer

t:buffer

The t:buffer tag allows you to render parts of the page into a buffer to be displayed later. This can be useful for rendering if one component cannot be rendered before another component it is dependent on.

Example

<t:buffer></t:buffer>

Tag Attributes

into Text
Required
The into attribute creates a jsp object that the buffered content will be stored.