• 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

JSF Page refreshes/resubmitted

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

I am new to JSF. I have just started to use/learn Sun's " Java Studio Creator 2" which allows developing UI (based on JSF framework). I have developed a simple page with a Drop Down list and a table, created 'master-detail' relationship b/w the DD and the table (as per one of the tutorials). It works but what I have noticed is that whenever I select a different value from the Drop Down List, the values in the table are refreshed (as they should be) but instead that only the table is refreshed, the whole page is refreshed (I believe a new request is sent to the server to get the whole page). Is there a work around so that this does not happen?

TIA
Saeed
reply
    Bookmark Topic Watch Topic
  • New Topic