IBM Exam Questions

What change must he make to this code to allow users to bookmark the page?

Jack wants to allow users to bookmark his portal page. He is using the following code:
<portal-navigation:urlGeneration> <a href=”<% wpsURL.write(out); %>”> My Page </a>
</portal-navigation:urlGeneration> What change must he make to this code to allow users to
bookmark the page?

A.
The code is correct and will allow the users to bookmark the page.

B.
He must include the normalize=”true” attribute to indicate that the URL to be generated should

be normalized.

C.
He must include the forceAbsolute=”true” attribute to indicate that the URL to be generated
should be absolute.

D.
He must include the keepNavigationalState=”true” attribute to indicate that the URL to be
generated should keep the current navigational state, which will include all portlet modes, states,
and render parameters in the URL.