8 lines
242 B
HTML
8 lines
242 B
HTML
|
<f:layout name="Test" />
|
||
|
<f:section name="Content">{currentController:name}
|
||
|
{currentController:actionName}
|
||
|
{currentController:packageKey}
|
||
|
{currentController:subpackageKey}
|
||
|
{currentController:objectName}
|
||
|
{currentController:format}</f:section>
|