Feeder file to conref notes. Do not index or surface in the TOC.
Note: If you are using a previous version of this product,
when adding the
ajaxRefreshRequest and
ajaxRefreshSubmit tags
to the JSP, the following must be added to the JSF configuration file (typically
faces-config.xml):
<factory>
<faces-context-factory>
com.ibm.faces.context.AjaxFacesContextFactory
</faces-context-factory>
<render-kit-factory>
com.ibm.faces.renderkit.AjaxRenderKitFactory
</render-kit-factory>
</factory>
Note: The Data Tree
control's
<odc:treeNodeAttr> tag uses different values
for its className attribute when bound to SDO data versus WDO data. After
migrating a project from a server that uses WDO (such as WebSphere
® Application
Server 5.1) to one that uses SDO (such as WebSphere Application Server 6.1),
the easiest way to fix this is to delete and recreate any Data Tree controls.
Restriction: To link to a Faces JSP file from a HTML file
change the referenced filename from
<filename>.jsp to
<filename>.faces in the HTML page. Do not rename the actual Faces JSP file extension. When
you change the referenced link to a
.faces extension
in the HTML file, Links Builder will not work.