1a) What type of control is “disjointForm:button”? You would probably want to use a “Control/Output/Button” control in this case so it doesn’t get any of the specialized behavior of the other Button controls that you don’t need.
1b) If you want the exact same behavior as the ‘Portlet Simple Link’ control, then the Form Method should be GET
1c) The ‘Form Target’ is not the name of the managed bean, it is the name of the browser window (or iframe) the result should be displayed in. So you probably want to leave this blank so it does the navigation in the same window.
1d) If you want the exact same behavior as the ‘Portlet Simple Link’ control, then the Context value should be “link”
The Settings from 2 and 3 should be merged together. I don’t see any need for nesting another 'Extended Portlet URL" into the parent for this use case. The settings from #3 can be set directly on #2 instead. There can be only one “action” for a request, and the way you had it before was somewhat confusing since there were two “Extended Portlet URL” items declared as an action type.
#webMethods-BPMS#webMethods#MWS-CAF-Task-Engine