• 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

Fields values are not getting updated

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i had a situation in which on click of each and every link a common pop up will be called and the field values in the page are changed depending on the link clicked....

its working as expected for the first click when i click other link its showing the first link values.For any link pressed its showing only the first link data...Here is the code i`m using for calling pop up




popup page code snippet




and mbean of pop up contains this code in init method which is called on each request(snnipet of code i`m providing to be more clear)



please help me
 
reply
    Bookmark Topic Watch Topic
  • New Topic