Mike <[EMAIL PROTECTED]> wrote on 01/03/2006 12:37:30 PM:

> Hi Geeta,
>
> Can you explain what the rowId signifies in the data table when
> using the paging component?


I believe it identifies a unique row within your data table. For example, your "tx" class should have a getType() method and "type" should uniquely identify your tx object.

>
> I'm still getting errors (see below, but I think it's still pretty
> basic). I added the basic.css to the JSP directory, but that didn't help.


Did you also add a <link notation within the "<head in your jsp to this style sheet?


> And, my paging header:
                       
>                      
>                             <f:actionListener
> type="DataScrollerActionListener" />



What happens when you remove the <f:actionListener?


> type Exception report
> message
> description The server encountered an internal error () that
> prevented it from fulfilling this request.

> exception
> javax.servlet.ServletException: javax.servlet.ServletException:
> javax.servlet.jsp.JspException: null
>    javax.faces.webapp.FacesServlet.service(FacesServlet.java:121)


Finally, did you enclose everything within a <h:form as in the example I gave you earlier?

Regards,
Geeta

Reply via email to