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:jsValueSet

t:jsValueSet

The t:jsValueSet tag enables you to set a JavaScript variable value at request time from a backing bean property. The JavaScript variable can then be used by a t:jsValueChangeListener tag, for example.

Example

<t:jsValueSet></t:jsValueSet>

Tag Attributes

name Text
Required
The name attribute defines the name of the JavaScript variable to be set.
value Text
Required
The value attribute sets the current value for this component.