• 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 1.1 with tomahawk 1.1.11 - Picklist component gives null pointer exception

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

I am using JSF 1.1 provided by IBM and integrating tomahawk with it. I tried using the SelectManyPickList component provided using the example provided with tomahawk. HOwever I get a Null pointer exception saying One or MOre parameters is NUll

I am also looking at developing a custom Picklist component for my application. Can some1 please help me with how can I do valueBinding for both the lists in the component so that I can populate the available list on initial load and read the selected list on Submit?

I didn't find any good documentation anywhere
reply
    Bookmark Topic Watch Topic
  • New Topic