• 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 calendar value in request

 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all, am very new to JSF.

I am using calender component from visual webpack. When try to get the value of calendar, selected by user in request, I always get null value.

Following is my code snippet in JSP:
<ui:calendar binding="#{book_supplier.altCheckinCal}" id="altCheckinCal" style="left: 24px; top: 648px; position: absolute"/>

after submit, in java I retrieved its value:


Please help..
[ July 11, 2007: Message edited by: Shilpa Tendulkar ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic