• 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

JSF event process handling

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

my jsf looks like this:


The event is only processed correctly if I click on the radio buttons itself and not only at the label. For example if I click on the radio next to "One" then I debug through receiverSelectionChanged and verify that everything is working as expected. But when I click on the label then in the GUI the seletion is changed and receiverSelectionChanged is called only somehow sometime ???
I either want avoid the user clicking only the label or if clicking the label should be allowed then the method should process correctly. Can anyone help me?
Is the information I delivered sufficient to fix this issue?

Regards,
Yusuf
 
yusuf Kaplan
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No suggestins ?!?
 
Saloon Keeper
Posts: 27763
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I suggest you take a closer look at your JSF tags and check them against a good JSF book or reference manual. Here's one I like:

http://www.exadel.com/web/portal/jsftags-guide
reply
    Bookmark Topic Watch Topic
  • New Topic