Hi.
in processflow control of ui5 can we use only lanes without using nodes as i am doing the same it is giving error
View :-
<z:ProcessFlow id="processflow1" scrollable="false" foldedCorners="true" lanes="{second>/res}" class="newpageBackground marginclass"> <z:lanes> <z:ProcessFlowLaneHeader laneId ="{second>id}" iconSrc="{second>icon}" text="{second>name}" position="{second>id}" state="{second>state1}" press="showownerdetail"/> </z:lanes> </z:ProcessFlow>
controller :-
//ownerdetailModel is the model i am using for processflow
that.getView().setModel(ownerdetailModel, "second"); that.getView().byId("processflow1").updateModel();
the error i am getting is
TypeError: a[0] is undefined (Mozila Firefox)
can not read property 0 of null (chrome)