7 lines
296 B
HTML
7 lines
296 B
HTML
|
<f:render section="Test" arguments="{controllername: '{#currentController.name}'}" /><f:section name="Test">{controllername}
|
||
|
{#currentController.actionName}
|
||
|
{#currentController.packageKey}
|
||
|
{#currentController.subpackageKey}
|
||
|
{#currentController.objectName}
|
||
|
{#currentController.format}</f:section>
|