Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Retrieve selected values from dynamically generated HtmlSelectManyListBox

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

I am new to JSF , i am facing a problem , it is like this . My page is dynamically generated , as there is no prior set/get methods . To get the user input I am using a Map in my backing bean , and i am binding each element in the page using valueBinding give some key dynamically . This works fine with text box my actionListener is getting called and I am able to print the input , but when I tried to retrieve the selected values of HtmlSelectManyListBox , my ActionListener is not getting called.The code is as follows ,




ActionListener is as follows



My page has the following code


Request your guidance , Thanks in Advance
 
reply
    Bookmark Topic Watch Topic
  • New Topic