Helen is using a Repeat control to add a row to a table for each view entry in a Domino View data source. When she tests her code she sees 10 tables and not one table with 10 rows. How could she correct this?
A. In the Output section select the "Create as a Table" option and individually add the fields to be displayed.
B. Use the ignoreTableHeader property of the repeat control to suppress the creation of multiple tables.
C. Change the number of rows to be displayed from 100 to 10 and that will create only one table with 10 rows.
D. Take the Table Header row and Footer row lines of source code and move them outside of the repeat control.
How many of the JavaServer Faces (JSF) lifecycle phases involve the processing of events?
B. 2
C. 4
D. 6
Which statement is true when developing an XPage in IBM Domino Designer?
A. The XPages XML syntax is called XSP markup.
B. The Source View depicts an HTML representation of the XPage.
C. XPages controls cannot be added to the XPage through the Source View.
D. Use of standard HTML tags like