K Enriquez

Greenhorn
+ Follow
since Dec 15, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by K Enriquez


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.
14 years ago
JSF