Hello,
when I put a commandLink into <f:facet name="header"> after clicking that link I get an Exception:
I'm using SWF-2.0.1 with Facelets.Code:java.lang.IllegalArgumentException: class org.springframework.faces.model.OneSelectionTrackingListDataModel is in an illegal state - no row is available at the current index. at org.springframework.util.Assert.isTrue(Assert.java:65) at org.springframework.faces.model.SerializableListDataModel.getRowData(SerializableListDataModel.java:59) at org.springframework.faces.model.OneSelectionTrackingListDataModel.setSelected(OneSelectionTrackingListDataModel.java:67) at org.springframework.faces.model.SelectionTrackingActionListener.trackSelection(SelectionTrackingActionListener.java:67) at org.springframework.faces.model.SelectionTrackingActionListener.processAction(SelectionTrackingActionListener.java:54) at javax.faces.component.UICommand.broadcast(UICommand.java:383) at javax.faces.component.UIData.broadcast(UIData.java:854) at org.springframework.faces.ui.AjaxViewRoot.broadCastEvents(AjaxViewRoot.java:262) at org.springframework.faces.ui.AjaxViewRoot.processApplication(AjaxViewRoot.java:153) at org.springframework.faces.webflow.FlowLifecycle.invokePhase(FlowLifecycle.java:122) at org.springframework.faces.webflow.FlowLifecycle.execute(FlowLifecycle.java:65) at org.springframework.faces.webflow.JsfView.processUserEvent(JsfView.java:110) at org.springframework.webflow.engine.ViewState.resume(ViewState.java:187) at org.springframework.webflow.engine.Flow.resume(Flow.java:534) at org.springframework.webflow.engine.impl.FlowExecutionImpl.resume(FlowExecutionImpl.java:274) ... 42 more
Does anybody know if this a bug is?
Thanks a lot


Reply With Quote
