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
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
action string
Controller action to call in request
controller string
Controller name to call in request
extensionName string
Extension name scope to use in request
vendorName string
Vendor name scope to use in request
pluginName string
Plugin name scope to use in request