• 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 Portlet Question

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

I have been writing a portlet application using MyFaces 1.1.5, Java 5 with uPortal 2.5.3. I have been somewhat successful in getting the application to work inside of uPortal, but I have hit a snag. Whenever I use a MyFaces selectonemenu component and use the getter and setter methods along with the jsp action, the backing bean and the selected item in the list do not bind, the result is a null. For curiosity sakes, I created a normal application out of my code and the component getter/setter method works as expected. Are there any considerations that I have overlooked to use JSF/MyFaces in a portlet? Any ideas or insight greatly appreciated.

Regards,

Omar
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic