• 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

t:panelTabbedPane action

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is it possible to t:pannelTabbedPane work automatically when it is been called first time ?

Or is it possible to give an action to t:panelTab when the user displays t:pannelTabbedPane first time ? I use selectedIndex="0" and tabChangeListener="#{collection.processTabChange}" ..Unfortounately , in order to run processTabChange function , a tab needs to be clicked. I want to make it automatically when user displays pannelTabbedPane at first it means I can make this function run when page loads at first time ? I would be appreciated if you can help me . You can find my pannelTabbedPane implementation below.

Cheers

 
reply
    Bookmark Topic Watch Topic
  • New Topic