• 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

To Refresh the Dynamic data to the JSF Page automatically

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I m unable to the auto refresh the tool. what i want is we want to auto refresh the tool dynamically with out any manual clicking on the page like cricinfo.com site.

Actually we are using JSF ICe faces & EJB Stateless Session Beans in out application.


Please share any idea on any onload functions or any thing compatable with JSF & EJB & JBOSS & Netbeans

If we open the tool, I used meta tag but its taking only static data not updated data from Database.

I am sharing jsp Files & faces-config.xml

Please let me know any idea on this and how to do it.


index.jspx


Backingbean.java


 
Ranch Hand
Posts: 5575
Eclipse IDE Windows XP Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Unformatted code is difficult to read, Please use code tag while posting your code. this time i added them for you and look how nice is that and also Please check your private message for an important administrative matter.

Welcome to JavaRanch!
 
reply
    Bookmark Topic Watch Topic
  • New Topic