IBM
C2040-403 · Question #61
Which of the following XForms binds insures the address element is NOT transmitted when the form is submitted?
The correct answer is B. <xforms:bind nodeset="instance('Generated')/page1/address" relevant="false()"></xforms:bind>. See the full explanation below for the reasoning.
Question
Which of the following XForms binds insures the address element is NOT transmitted when the form is submitted?
Options
- A<xforms:bind nodeset="instance('Generated')/page1/address" required="false"></xforms:bind>
- B<xforms:bind nodeset="instance('Generated')/page1/address" relevant="false()"></xforms:bind>
- C<xforms:bind nodeset="instance('Generated')/page1/address" relevant="false"></xforms:bind>
- D<xforms:bind nodeset="instance('Generated')/page1/address" required="false()"></xforms:bind>
How the community answered
(31 responses)- A10% (3)
- B84% (26)
- C3% (1)
- D3% (1)
Community Discussion
No community discussion yet for this question.