• Post Reply 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

topics pagination is incorrect, maybe a bug

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
when I'm testing topics pagination, I get a incorrect result. because cache existing, when I post new topic, the total topics doesn't increase. result in I couldn't browse all topics. I fixed it by addding a piece of code in the end of ForumRepository.java::public static synchronized void updateForumStats(Topic t, User u, Post p).


[originally posted on jforum.net by maxchen]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
btw, I use 2.1.6. otherwise, when deleteing topic, the topics pagination is incorrect,too.
[originally posted on jforum.net by maxchen]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
About delete topic. I fix it by add a line code to PostAction.java::public void delete() throws Exception.

insert this into PostAction.java 1267 line.


[originally posted on jforum.net by maxchen]
 
reply
    Bookmark Topic Watch Topic
  • New Topic