Online Access Free C2040-922 Exam Questions
| Exam Code: | C2040-922 |
| Exam Name: | Developing IBM Lotus Domino 8.5.2 Applications: Advanced XPage Design |
| Certification Provider: | IBM |
| Free Question Number: | 66 |
| Posted: | Jul 21, 2026 |
Titus has created a JSON string that he will pass to the browser. What method could he use to convert the string to an object?
Dominic wants to implement the open source CSS framework called Blueprint in his XPages application. He does not want to include any other CSS framework resources which may exist on the Domino server. What is the best way to include all of the required CSS files in the XPages in his application?
John has a managed bean which is defined as follows: <faces-config> <managed-bean> <managed-bean-name>distanceConverter</managed-bean-name> <managed-beanclass>bean.MyBean</managed-bean-class> <managed-bean-scope>view</managed-beanscope> </managed-bean> </faces-config> The bean has a property called 'miles' which allows a distance in miles to be entered and converted to kilometers. John wishes to have a user enter a value via an edit box and use the managed bean to convert the value from miles to kilometers. What should the value of the edit box's value attribute be in order to utilize the managed bean?
Francis wants to add a ClientSide JavaScript library called "loading.js" to his XPages. What is the best method to achieve this?