Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor language usage.

...

Wiki Markup
{snippet:id=javadoc|javadoc=true|url=org.apache.struts2.components.URL}

Setting a default value for includeParams

The property struts.url.includeParams can be used to set the default value of the includeParams attribute. Like:

Code Block
XML
XML
titleChange Setting the default value of includeParams
<struts>
   ...
   <constant name="struts.url.includeParams" value="none" />
   ...
</struts>

See Constant Configuration for further information.

Parameters

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

...