• 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

Rich Faces Tab

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I have a rich:tabPanel, inside which richfaces tabs are getting generated dynamically. Each tab has an IFRAME in it. now, on click of each tab, I need to set some parameter, so IFRAME src can be set with it. I thought, I would be able to do it with richfaces tab, onclick event. But I am not able to capture that. I have not put any switchType for tabpanel and server state saving method in web.xml is client. Do I need to change something there? And surprizingly, I am able to capture onclick even of tabpanel, but I cant set my parameter in backing bean from there.
Can someone help me here.
 
reply
    Bookmark Topic Watch Topic
  • New Topic