0 Replies Latest reply on May 22, 2008 12:39 PM by alexguru

    Sortable dataTable question

    alexguru

      1. I have a sortable <rich:dataTable />. Rows are retrieving each time the page rendered. Bean which retrieve rows is session scope. I want to make it not to re-retrieve rows when user sorts table.
      I want to ask if i can somehow check if this is a sorting, and to prevent rows from being retrieved?

      2. Also i want to ask how to set maxLength for Calendar input field.

      Thank you.