• 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

rich:picklist and converter not displaying results

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Working on an app that takes various results from picklists and input boxes and places them in a dataTable. My picklists that contain Character data work perfectly. However, I have one picklist that uses data of a short type and my converter doesn't seem to pick up my code. The problem may also lie in my Expression Language statement but I'm not sure. I'm using JBoss 4.2.2GA, Seam 2.1.2GA, RichFaces 3.3.3, and JSF 1.2.

My xhtml:


My SortDataList.java which includes the Expression Language:



My ControllerConverter.java:



And finally, my PersonData.java



Any help is greatly apprectiated!
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic