|
|
|
|
updateComponents | java.lang.Object | custom | | null | Collection/list of component id strings to refresh after invoking listener. |
|
updateBlocks | java.lang.Object | custom | | null | Collection/list of html block ids to refresh after invoking listener. |
|
processScripts | java.lang.Object | custom | | ognl:false | Specifies whether or not the returned content should be processed
to see if it has embedded javascript tags which will then be executed. It should be
noted that processScripts does incur a slight overhead on the client-side, so it
is a poor choice for performing typical Effects, use updateObject for things like
that. |
|
updateObject | java.lang.Object | custom | | null | If specified, the string passed in will be used to build a javascript
statement which will call updateObject.ajaxUpdate(element, responseElement, elementId).
|
|
direct | java.lang.Object | custom | | null | Specifies whether or not components should be invoked directly. This
will cause the engine service to only call renderComponent on the targeted components
of this request, whereas normal behaviour is to render the whole page and only return
the portions of the response that were requested. Use at your own risk, components
contained by lists, like Foreach and For will likely not be directly updateable. |