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?
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?
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?