Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Description

portletMode

The resulting portlet mode of the url

windowState

The resulting window state of the url

portletUrlType

Specifies if this is a render or an action url.

Typical usage for the portletUrlType is if you have a delete link that removes something from a database. To ensure this is done in the event phase, as recommended by the portlet specification (since it is a change of state), the url can use this attribute

...

, e.g. <s:url action="deleteEntry" portletUrlType="action"/>