|
Hi Geeta, Thanks for the suggestion....Okay, we're getting close!!!! :-) I added the <link href="" rel="stylesheet" type="text/css" /> to the JSP. When I removed the <f:actionListener type="DataScrollerActionListener"/> it works! Well, kinda... If I click any of the nav buttons I get errors like below. Do I need to do anything for the variables in the paging control? It doesn't seem so based on the example. id="scroll_1" for="" fastStep="10" pageCountVar="pageCount" ??? pageIndexVar="pageIndex" ??? styleClass="scroller" paginator="true" paginatorMaxPages="9" paginatorTableClass="paginator" paginatorActiveColumnStyle="font-weight:bold;"> I mean do any of these need to be in the managed bean or handled in any way? I don't know if the errors below are from my removing the DataScrollerActionListener. ---------------------- type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException javax.faces.webapp.FacesServlet.service(FacesServlet.java:125) root cause java.lang.ClassCastException org.apache.myfaces.component.html.ext.HtmlDataTable.updateModelFromPreservedDataModel(HtmlDataTable.java:256) org.apache.myfaces.component.html.ext.HtmlDataTable.processUpdates(HtmlDataTable.java:242) javax.faces.component.UIForm.processUpdates(UIForm.java:85) javax.faces.component.UIComponentBase.processUpdates(UIComponentBase.java:428) javax.faces.component.UIViewRoot.processUpdates(UIViewRoot.java:153) com.sun.faces.lifecycle.UpdateModelValuesPhase.execute(UpdateModelValuesPhase.java:81) com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200) com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90) javax.faces.webapp.FacesServlet.service(FacesServlet.java:106) Look forward to any additional ideas. Thanks. Mike [EMAIL PROTECTED] wrote:
|
- Re: Paging Control -- Help Mike
- Re: Paging Control -- Help gramani

