Skip to end of banner
Go to start of banner

SchedulingSettings

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

SchedulingSettings component is used to display the scheduling settings on the page.

The component itself is accessed through the <crm:schedulingSettings> tag and is defined in the xmlns namespace with the declaration xmlns:em="http://java.sun.com/jsf/composite/crm"


Attributes

NameRequiredTypeDefaultDescription
managedBeantrueStringnullThe name of the managed bean that will be used for retrieving the component values.
processfalseStringThe value of the refresh attributeComponent(s) to process in partial request.
refreshfalseString@formComponent(s) to update with ajax.
useSaveButtonfalseBooleantrueFlag indicating that save button for scheduling settings should be displayed.


Examples

 JSF Page

 

 

 

 

 

 

Managed Bean

 

 

 


  • No labels