Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 590645
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T15:33:06+00:00 2026-05-13T15:33:06+00:00

I’m using RichFaces 3.3.1 with JSF RE 1.2 and facelets. I have a strange

  • 0

I’m using RichFaces 3.3.1 with JSF RE 1.2 and facelets.
I have a strange issue with the HTML generation of a rich:dataTable connected to a rich:datascroller.

<h:form id="br">
...
 <rich:datascroller id="scrt" page="#{searchBookings.page}" stepControls="hide" renderIfSinglePage="false" for="bt" align="left" reRender="ttips,bt"/>
 <rich:dataTable id="bt" rows="20" rendered="#{!empty searchBookings.bookings}" value="#{searchBookings.bookings}" var="row" binding="#{searchBookings.table}">
....

The first time the page loads, everything works nicely. If i visit the same page a second time, changing pages via the datascroller doesn’t refresh the datatable any longer. Hitting the refresh button solves the problem.

Adding a4j:log revealed this warning:

 warn[14:50:07,259]: Node for replace by response with id br:bt not found in document

Indeed, when inspecting the HTML, the “correct” page looks like this:

  <table class="dr-table rich-table " id="br:bt" ....

Whereas the “bad” page looks like this:

  <table class="dr-table rich-table " id="br:bt:0" ....

Notice the “:0” at the end of the ID, it shouldn’t be there. What could be causing this?

Thanks for any input.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T15:33:06+00:00Added an answer on May 13, 2026 at 3:33 pm

    ok found it.
    somewhere in the backing bean i did

    table.setRowIndex(0);

    what i meant to do was

    table.setFirst(0);

    The former apparently makes the generator assume he’s generating rows, so he returns a row id, appending “:0”. No idea how this only affects the second time the page is generated though. Hope this is useful to someone else once.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.