You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Darcy Lewis <dm...@milsoft.com> on 2006/04/08 00:49:05 UTC

Date Format in DataTable Changes When tomahawk.jar is added to my application.

[Hope I am sending this info the right place.]

I am using Sun's JSF implementation, but am attempting to add some 
tomahawk components to my application.  However, when I add tomahawk.jar 
to my buildpath, a datatable that used to work properly, changes.  More 
specifically, the format of a date value in the datatable changes.  
Without tomahawk.jar, my datatable outputs "2006-03-12 15:42:03" but 
with tomahawk.jar, my datatable outputs "Mar 12 2006".
Thank you in advance!
Darcy

Re: Date Format in DataTable Changes When tomahawk.jar is added to my application.

Posted by Mike Kienenberger <mk...@gmail.com>.
On 4/7/06, Darcy Lewis <dm...@milsoft.com> wrote:
> I am using Sun's JSF implementation, but am attempting to add some
> tomahawk components to my application.  However, when I add tomahawk.jar
> to my buildpath, a datatable that used to work properly, changes.  More
> specifically, the format of a date value in the datatable changes.
> Without tomahawk.jar, my datatable outputs "2006-03-12 15:42:03" but
> with tomahawk.jar, my datatable outputs "Mar 12 2006".

Darcy, please open a MyFaces-tomahawk jira issue on this, and provide
a simple example demonstrating the problem.  Thanks.