To use this tag:

  • Add: <%@ taglib prefix="sx" uri="/struts-dojo-tags" %> to your page.
  • The head tag must be included on the page, which can be configured for performance or debugging purposes.
  • If the parseContent parameter for the head tag is false (it is false by default), then the id tag is required.

Additional Examples

For more examples see Ajax and JavaScript Recipes

Description

Unknown macro: {snippet}

Parameters

Unknown macro: {snippet}

Examples

Simple div that loads its content once:

Unknown macro: {snippet}

div that reloads its content every 2 seconds, and shows an indicator while reloading:

Unknown macro: {snippet}

div that uses topics to control the timer, highlights its content in red after reload, and submits a form:

Unknown macro: {snippet}
  • No labels