1.
What is the purpose of using the Dynamic View Panel?
2.
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?
3.
Richard wants to allow his users to select names from either of two views using the Name Picker control. How can he do this?
4.
Which property of viewStateBean should be used to restore the state of a view saved by a Pager Save State control?
5.
What does the disableHideRow property provide on the Data View control?
6.
The Extension Library provides a Dialog control. What languages can be used to launch the Dialog?
7.
Joey is creating a custom control that will get the value of a Edit Box control on the XPage and display it in the custom control. The code he is using to get this value is getComponent (compositeData.compID1).getValue(); The Edit Box control is on the XPage and Joey wants the developer who uses his custom control to be able to easily select the control ID of the Edit Box to pass to the custom control. What can Joey do to present a list of control ID's to the developer using his custom control?
8.
Ben is using a view control on his XPage that contains other controls that perform many computations. He wants to add a Check Box control that will filter the data in the view, but is concerned about performance. He has set the Check Box control to use partial refresh and specified the View control as the refresh id. What else can Ben do to optimize the performance of the XPage?
9.
How can Simon set an IBM Notes view in his application to show the created dates of the documents in the abbreviated, simplified format?
10.
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?