Yolanda is developing a rental car application using XPages. When she is testing the application, she gets an "Error 500: HTTP Web Server: Command Not Handled Exception" screen in the browser. Unfortunately, this error message does not give any details of what has happened. What can she do, do get more detailed error messages?
Sheldon has created an XPage for a grocery application that once submitted will redirect the user to the confirmation XPage. Which method of the context object can Sheldon use to perform the redirect?
Annie is working to develop an application based on XPages. One of the Xpages that she developed will be used for data collection. The data filled in the fields needs to be validated before submitting the entire page. In some cases, empty the fields and request the user type need to be in a valid value. How can she activate the Ajax Partial Update to achieve this target?
Joanne is working with two other developers on a company-wide intranet project built in XPages. Each developer has taken responsibility for different aspects of the site, but some of these occur in multiple places within the intranet. How should they manage these tasks?
Zach needs to ensure that every XPage in the Products application includes a copyright line. This text should display identically at the bottom of every XPage. How can Zach accomplish this task?
Nick would like to use JavaScript to get the name of the current XPage. Which one of the following global objects and its corresponding method can he use to accomplish this?
Josh has created an XPage that contains a view container and a button to delete selected documents using a Simple Action. His boss has asked him to modify the XPage button to give the user an opportunity to cancel the delete action. What can Josh do to fulfill this requirement?
Nadine has discovered that XPages dynamically generates names of UI elements. She therefore cannot know ahead of time what an element's name is when it is passed to the Web browser. What function can Nadine use in her server-side JavaScript to fetch the generated element ID at runtime?
Renee is developing the Product Support Contact XPage. When a product manager enters the name of a support technician, the page is submitted and a lookup is done to try and populate the technician's e-mail address and phone number on the XPage. If there is no e-mail or phone number found, then messages should display to inform the product manager that the E-mail and Phone fields must be entered. On the XPages tab in the Application properties, the Client Validation check box is unchecked. What steps can Renee take to provide the needed validation messages on the XPage?
Farah has added the main.css style sheet to her XPage. She wants to associate the helpText class from main.css with the lblHelp Label control on the page. How can Farah do this task?