• 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 render a dynamic panel on button click in the same page

 
Greenhorn
Posts: 28
Eclipse IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I have a requirement to render a panel on click of the button after selecting the option.
If I've selected Person, I should render a panel which has to be displayed in the same page, which wil have fields like age (text box), Gender(drop down), City(text box),date of birth (Calendar) and so on. The panel with required controls should be seen based on th type of the object selected. How can this be achieved with Jsf 2.0 and facelets with primefaces?


Thanks in advance
 
reply
    Bookmark Topic Watch Topic
  • New Topic