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?
A. Select "Partial Update" on the Properties tab related to the field she wants to partially refresh.
B. Select "Partial Update" on the Event tab related to the field she wants to partially refresh.
C. The Partial Update can be activated to any Event. Select "Partial Update" on the Event tab andthen select the element she wants to haveupdated when the event is fired.
D. The Partial Update can be activated to any Event. Select "Partial Update" on the Properties tab and then select the element she wants tohave updated when the event is fired.
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?
A. setRedirect(page:string)
B. redirectToPage(page:string)
C. redirectToXPage(page:string)
D. setXPageRedirect(page:string)
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?
A. Turn on "Advanced Debug Information" in the properties of the XPage in question.
B. Turn on "Display default error page" in the "Errors and Timeout Section" of the XPages Tab in the Application Properties.
C. Turn off "Display default error page" in the "Errors and Timeout Section" of the XPages Tab in the Application Properties and select "Serverdefault" instead.
D. There is no way to get more detailed information automatically. Hence Yolanda has to implement her own JavaScript Error Code, which mayoutput debug data to the browser.
Alexis has a PostalCode XPage in her application. When the Lookup button is clicked, control is redirected to the PostalCodeData XPage.
What global object would allow her to pass the postal code value from the PostalCode form to the PostalCodeData form, making sure that the data continues to be available until users close their browser?
A. context
B. sessionScope
C. requestScope
D. applicationScope
Kaitlyn has been asked to track which browser versions people are using to access the Customers XPage. She wants to add code that writes the browser version to the server log whenever a user opens the XPage. What server-side code can Kaitlyn add to do this task?
A. Add this code in the beforePageLoad event of the XPage: var req = facesContext.getExternalContext().getRequest();print(req.getHeader("User-Agent"));
B. Add this code in the onLoad event of the XPage: var req = facesContext.getExternalContext().getRequest();print(req.get(HTTP_USER_AGENT));
C. Add this code in the onLoad event of the XPage:print(headerValues.getHeader(HTTP_USER_AGENT));
D. Add this code in the beforePageLoad event of the XPage:print(headerValues.getHeader("User- Agent"));
Brett wants to add a view to his XPage, configured so that it displays two rows for each entry in the view. What technique can he use to accomplish this task?
A. Add a View control to the XPage and configure the view's NumberOfRows property to '2'.
B. Add a View control to the XPage and change the NumberOfRows property on the All Properties tab to '2'.
C. Enable the Application property Use Java Views on Web and configure the view's NumberOfRows property to '2'.
D. Add a Repeat control to the XPage and place the appropriate fields within the Repeat control in a two row table.
Sawyer wants to display the contents of the family members field, which contains multiple values, as a list on his contacts XPage. Which control would allow Sawyer to display multiple values in a field as a list?
A. Use the repeat control
B. Use the table control
C. Use the panel control
D. Use the database control
Fiona would like to create an XPage that would switch into edit mode. In order to allow users to edit the page she would like to add a button to do this. How should she set up the button to perform this action?
A. XPages cannot be opened in edit mode.
B. No button needs to be added, XPages are opened in edit mode by default.
C. In the Properties tab, select "simple action", click "add action"; in the dialog, select Document for Category, select "Change document mode"in the "action" field, and then select "auto edit" in the "Document mode" field.
D. In the Event tab, select "simple action", click "add action"; in the dialog, select Document for Category, select "Change document mode" inthe "action" field, and then select "auto edit" in the "Document mode" field.
John wants to use Themes to help him define controls properties. He wants to use the OneUI theme but also extend it to be able to manage a different style for some buttons. How can he override the global theme properties for some of his buttons?
A. You cannot override any property of a specific control.
B. He has to change the Style attribute of his button.
C. He needs to specify one theme file.
D. He can use the option
Mike wants to add a delete button to his XPage so that the owner of the document can delete the document. In the following code, Mike wants to prompt the user to verify that the user wants to delete this document.
What attribute and value can he use to complete the code?
A. alert="Are you sure you want to delete current document?"
B. prompt="Are you sure you want to delete current document?"
C. msgbox="Are you sure you want to delete current document?"
D. message="Are you sure you want to delete current document?"
Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only IBM exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your C2040-951 exam preparations and IBM certification application, do not hesitate to visit our Vcedump.com to find your solutions here.