• 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

Generating pop up in JSF

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

i`m new to JSF world plese help me out in generating a pop up window in the page.

Here is my requirement i will be having a list of links in my master page(parent) on click of each link i need to show a pop up which contains some details ,which i need to get from DB in the pop up mbean . i will have few buttons in my pop up and for each and every action i will be having a DB operation accordingly.I have tried out different ways and i failed.

The problem that im facing is when pop up loading for the first time its well and good and projecting the values as expected.But for the second time it showing the new values in the init funtion and i cant see teh new values on the screen insted its showing the first pop up values.


please help me....

Thanks in anticipation
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic