- Add new parameter "navigationMode" to HTML
channel definition. If customer wants to enable popup and client state,
this parameter should set to ajax. Otherwise, if customer want to
keep using legacy form submission, this property is unnecessary to
add, or set the value to “html”.
Sample : <field
id="navigationMode" value="ajax" />
- Change the implementation class of presentationHandler
for both html channel and remote channel.
ImplClass
: com.ibm.btt.cs.html.ExtendHtmlPresentationHandler
- Add PopupPageState definition to processer definition. Sample:
<field id="popupPageState"value="com.ibm.btt.automaton.ext.PopupPageClientState"
/>