Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

DataModel not being refreshed when NextPageLink or PageLinks clicked

 
Ranch Hand
Posts: 209
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi,

I have a JSF page with HTML and a DataModel in the JSF page,

The DataModel is being populated but when I click on any of the DataModel links (FirstPageLink, PreviousPageLink, PageLinks, NextPageLink, LastPageLink) the DataModel is not being refreshed with the corresponding DataModel data,

This is the JSF page:



It seems that the issue is with the HTML:


Any ideas as to why the DataModel is not being refreshed?

Thanks in Advance,

Niall
 
Saloon Keeper
Posts: 27752
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
This looks like a problem that needs someone who knows PrimeFaces. It's a good idea to mention such things in your topic title, since it attracts more experts in the area in question.

Your Code tags weren't working, apparently because you had selected the option to turn off BB. I turned it back on again so things will be more readable. Text in code tags doesn't get changed into "smilies" the way it does in straight text, so if that's why you'd turned off BB, you're OK.
 
Niall Loughnane
Ranch Hand
Posts: 209
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi,

The BB is set by default to be OFF,

I have created a new post with title "PrimeFaces....." to hopefully get more help in that area,

Thanks for the help,

Niall
 
Tim Holloway
Saloon Keeper
Posts: 27752
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Actually, I think that you can change the subject without having to create a new topic. But I'll close this one so that it won't attract stray answers that should have gone to the new thread.
    Bookmark Topic Watch Topic
  • New Topic