ViewHelper Documentation
v:render.request
Render: Request
Renders a sub-request to the desired Extension, Plugin, Controller and action with the desired arguments.
Note: arguments must not be wrapped with the prefix used in GET/POST parameters but must be provided as if the arguments were sent directly to the Controller action.
Arguments
action anySimpleType
controller anySimpleType
extensionName anySimpleType
pluginName anySimpleType
vendorName anySimpleType
arguments anySimpleType
onError string
Optional error message to display if error occur while rendering. If NULL, lets the error Exception pass trough (and break rendering)
graceful boolean
If forced to FALSE, errors are not caught but rather "transmitted" as every other error would be