Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Note

Please make sure you have read the Tag Syntax document and understand how tag attribute syntax works.

Description

Wiki Markup
{snippet:id=javadoc|javadoc=true|url=org.apache.struts2.components.Include}
Warning
titleHow To access parameters

Parameters are passed as request parameters, so use the ${param.ParamName} notation to access them. Do not use the property tag to access parameters in included files.

Parameters

Wiki Markup
{snippet:id=tagattributes|javadoc=false|url=struts2-tags/include.html}

Example

Wiki Markup
{snippet:id=example|lang=java|javadoc=true|url=org.apache.struts2.components.Include}
Wiki Markup
{snippet:id=exampledescription|lang=none|javadoc=true|url=org.apache.struts2.components.Include}