File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSF and the fly likes Weird Conversion Error inputText behavior with Dates Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Weird Conversion Error inputText behavior with Dates" Watch "Weird Conversion Error inputText behavior with Dates" New topic
Author

Weird Conversion Error inputText behavior with Dates

K Enriquez
Greenhorn

Joined: Dec 15, 2005
Posts: 1

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.
 
jQuery in Action, 2nd edition
 
subject: Weird Conversion Error inputText behavior with Dates
 
Similar Threads
Date Validation
f:convertDateTime issue
JSF valuechangeListener not detecting a change for values entered manually in a text field.
date converter
hx:validateDateTimeRange tag issue