HomePrevNext

Refresh
net.sf.tacos.ajax.components.Refresh
  Non-Visual Component
Description
Creates javascript refresh requests, similar to DirectLink, only this component creates the javascript without a link.
Parameters
nametypedirectionrequireddefault valuedescription
updateComponentsjava.lang.Objectcustom  nullCollection/list of component id strings to refresh after invoking listener. 
updateBlocksjava.lang.Objectcustom  nullCollection/list of html block ids to refresh after invoking listener. 
processScriptsjava.lang.Objectcustom  ognl:falseSpecifies 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. 
updateObjectjava.lang.Objectcustom  nullIf specified, the string passed in will be used to build a javascript statement which will call updateObject.ajaxUpdate(element, responseElement, elementId).  
directjava.lang.Objectcustom  nullSpecifies 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. 
Allow body (removed)
Allow informal parameters   
Reserved parameters   -
Toggle help

HomePrevNext