The panels.param accessor

param[name]

Searches for a parameter with the specified name in the current panel. If the parameter exists, it evaluates to its value. Otherwise, an Exception is thrown.

Example

The expression ${calyxo.panels.param['foo']} searches the current panel for a parameter named foo and evaluates to its value.