• 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

RichFaces TabPanle problem

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

I am using richFaces's tabPanel.On that tabPanel I have created 3 tabs.When I am clicking each tab one backingBean action method runs for 3 different tabs 3 different methods.

My JSF code :



Here I am adding 3 .xhtml pages on each tab.Here in the rch:tab I am using some java script functions .The use of those functions are when user click any tab it will disable the form & after submission complete it will become enable.
The problem is :
When I am clicking any (single left mouse click) on any form(xhtml page) the form is got disbled.I want to disable the form when user only click the tab not inside any buttons / fields.

Here is my java script code :



Please help ,

Thanks ,
S
 
reply
    Bookmark Topic Watch Topic
  • New Topic