Hy Guys,
I'm new to Seam and IceFaces. I'm using Seam 2.2.0 GA and Icefaces 1.8.
I have a user.xhtml page with a search section and a commandButton that is bound to method action listener "search". When I press the button receive this message with no other exception SEVERE [lifecycle] JSF1054: (Phase ID: APPLY_REQUEST_VALUES 2, View ID: /user/users.xhtml) Exception thrown during phase execution: javax.faces.event.PhaseEvent[source=com.sun.faces.lifecycle.LifecycleImpl@1a44b92]
It's usually pretty helpful to post the entire stack trace...especially the "caused by". Is this straight from a seam-gen script? Or were there some modifications?
I noted that I didn't see an <ice:form> around your datatable. Please ensure that there is one so the events can register on the submitted form.