Want to pass your IBM Lotus Notes Domino 8.5 Application Development Update C2040-951 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
Viktor has been asked to begin modifying the corporate Domino Web sites to adhere to XHTML standards. He has enabled enhanced HTML generation in the application properties. When testing a couple of the page elements in the Web browser and viewing the source, Viktor notices that tags like
and
What could be the problem?
A. This setting only applies to generated HTML, like passthrough HTML on a form.
B. The Web closes tags that have content. Tags that do not have content are ignored.
C. Each page element needs to be opened and saved to incorporate this new application property setting.
D. The Web server generates valid XML, but there are exceptions. One of the exceptions ispassthrough HTML.
Olivia is writing a Discussion application using XPages. She added a button on her main topic XPage to create a response document for this discussion. What should she do to generate the response document?
A. Add a Create New Document simple action to the form QuerySave event
B. Add a Create New Document simple action to the button onclick event
C. Add a Create Response Document simple action to the button onclick event
D. Add a Create Response Document simple action to the form QuerySave event
Marta needs to store a value and reuse it throughout the life of each Web user's interaction with her XPages application. How should she set the property named itle to enior Project Manager?
A. sessionScope.Title= "Senior Project Manager"
B. applicationScope.Title= "Senior Project Manager"
C. sessionScope.setValue("Title", "Senior Project Manager")
D. applicationScope.setValue("Title", "Senior Project Manager")