TrimExplodeViewHelper

This is a ViewHelper to convert a comma separated value into an array. All values will be trimmed.

Type: Basic

General properties

Examples

Basic example

Code:

<f:for each="{poiCollection.address -> maps2:trimExplode()}" as="address" iteration="iterator">
  ..do something with {address}
</f:for>