aspose file tools
The moose likes JSF and the fly likes Displaying Timestamp in input text field Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Displaying Timestamp in input text field" Watch "Displaying Timestamp in input text field" New topic
Author

Displaying Timestamp in input text field

register Deepak
Greenhorn

Joined: Oct 07, 2005
Posts: 1
I have a input text field where i have to display the timestamp.This timestamp is populated by the java.sql.Timestamp field of the bean.When i try to submit the page, the text field shows "Conversion error occurred" message.I tried using the <f:convertDateTime type="both"> but still the error remains.I tried with java.util.Date field and it has no problem.But we need nanoseconds component and that's why we are using Timestamp field.

Anyone has any idea how to solve this ?

Thanks,
Deepak
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Displaying Timestamp in input text field
 
Similar Threads
JSF tags in Ajax response
can I force a call to onchange?
xpath problem
truncation errors storing a Date in MySQL table
ORA-01861: literal does not match format string