• 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
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Weird Conversion Error inputText behavior with Dates

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

I have two inputText fields that accept a start date and an end date that are used to retrieve data from the database and display the results in a dataTable after clicking a search button.

Both fields are coded the same, however, on either clicking search button again or paginating the result set, the first inputText is returning a Conversion Error. If I add a third inputText field, with some hard coded value, to render prior to the start date, there is no Conversion Error.

This code results in a Conversion Error


This code does NOT result in a Conversion Error and page works as intended?


Has anyone encountered this and give some info on possible solutions?
Using RSA 7.5 and JSF

Thanks you.
 
A timing clock, fuse wire, high explosives and a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic