if (propagationType == PropagationType.DEFAULT || propagationType == PropagationType.JOIN ||
propagationType == PropagationType.NESTED || propagationType == PropagationType.END)
{
UIConversationId uiConversationId = UIConversationId.newInstance();
uiConversationId.setViewId(viewId);
url.addParameter(uiConversationId);
}
if (propagationType == PropagationType.JOIN || propagationType == PropagationType.NESTED ||
propagationType == PropagationType.BEGIN || propagationType == PropagationType.END)
{