• 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 dropdown components problem

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have two dropdown components. I need to set values in several other components depending on the values selected in two dropdowns. When a value is selected in the first dropdown, the second dropdown is populated and upon selecting a value in the second dropdown the values in the other conponents should be changed. But, when there is only one value in a dropdown change event does not occur. How can I solve this problem please?

Than you.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

Originally posted by Matara Harischandra:
I have two dropdown components. I need to set values in several other components depending on the values selected in two dropdowns. When a value is selected in the first dropdown, the second dropdown is populated and upon selecting a value in the second dropdown the values in the other conponents should be changed. But, when there is only one value in a dropdown change event does not occur. How can I solve this problem please?

Than you.



i don't think it's a JSF problem. all you have to do is to add a blank choice in addition to your unique value and set the dropdown list default value to blank. by this way, the user is obliged to select the unique choice by changing the blank value hence creates an event.

Rgds

[ March 14, 2008: Message edited by: zorrron konto ]
[ March 14, 2008: Message edited by: zorrron konto ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic