Amy would like to create her own mechanism for displaying errors. She is using the Form Table control. Which would turn off the error generation for the table and rows in the Form Table control?
A. Nothing, there is no automatic error generation for tables.
B. Drag the Display Errors control onto the table and the Display Error control onto each row of the table.
C. Select the Form Table and set disableErrorSummary to "true" and disableRowError to "true".
D. Select the Form Table and set disableErrorSummary to "true". Select each form row and set disableRowError to "true".
Which property should Anne use to allow her users to launch the Name Picker via a link with the label "Select"?
A. Anne should set the value property to "Select".
B. Anne should set the pickerText property to "Select".
C. Anne should set the dialogTitle property to "Select".
D. Anne should set the labelIcon property to "false". "Select" is the default text that appears if no label icon is used.
Which two actions can be done using the Notes Calendar APIs? (Choose two.)
A. Create a To Do entry.
B. Create a repeating meeting.
C. Directly manage free/busy time.
D. Interact with Resource and Reservation application.
E. Counter/propose a new time on a meeting invitation.
Andrew is using the Form Table control from the Extension Library. He does not want an asterisk (*) to appear before required fields. What should Andrew do?
A. Andrew does not need to do anything; the (*) will not appear in a Form Table.
B. Andrew should set the disableRequiredMarks parameter to "true" on the Form Table control.
C. Andrew should set the disableRequiredMarks parameter to "true" on the Form Layout Row control for the required fields.
D. Andrew should set the disableRequiredMarks parameter to "true" on the Form Layout Column control for the required fields.
Regina is using a Dojo List Text Box control to display a list of user selected values. She is using the Value Picker control to display the selection list to the user. After Regina adds the Value Picker control and configures the data provider she saves the XPage. After saving she notices that the XPage now contains an error with message "Required value for Value Picker is not present". What is the reason for the error?
A. The value of the valueProvider property on the Value Picker control needs to be set to the id of the Dojo List Text Box control.
B. The value of the valueProvider property on the Dojo List Text Box control needs to be set to the id of the Value Picker.
C. The value of the for property on the Value Picker control needs to be set to the id of the Dojo List Text Box control.
D. The value of the for property on the Dojo List Text Box control needs to be set to the id of the Value Picker control.
Which Navigator node allows a developer to choose the page to be linked to from a drop-down list of all the XPages within an application?
A. pageNode
B. pageTreeNode
C. basicLeafNode
D. basicLinkNode
Which property is used to identify the data source of a Value Picker control?
A. dataSource
B. dataProvider
C. sourceControl
D. rendererSource
Mary would like to turn on the option to use runtime optimized JavaScript and CSS resources for her XPages to improve performance. Where would she enable that option?
A. Applications Properties, on the Basics tab
B. In the IBM Domino Server document in the Domino Directory
C. Under Application Configuration, edit XSP Properties from the Applications Navigator.
D. In the faces-config.xml file adding the xsp.resources.aggregate=true line
Mary's users run XPages applications on their IBM Notes clients and are having performance issues. Which option can she use to improve response time?
A. Clean and rebuild the application in IBM Domino Designer.
B. Change notes.ini setting to OptimizeXPagePerformance=1.
C. Set XPages to "Run server-based XPages apps directly on client".
D. Set XPages to "Run server-based XPages apps directly on server".
What are two ways Olly can identify which of his applications are not assigned to a working set? (Choose two.)
A. Open Bookmarks.nsf and look in the Working Sets\None view.
B. In the Applications view, in the Manage Working Sets menu, select All.
C. In the Applications view, in the Manage Working Sets menu, select None.
D. In Quick Links tab of the home page, click on the "Applications Not in Working Set" option.
E. In the Applications view, in the Manage Working Sets menu, select "Applications Not in Working Set".