You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by sheetal patel <fu...@hotmail.com> on 2001/12/17 10:57:55 UTC

torque.class

hi,

i have torque.jar
but i dont have torque.class
from where can i get the class file.

sheetal



_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Localising DateSelector

Posted by James Cooper <Ja...@MaXware.nl>.
Hi folks, I'm having a problem with localising DateSelector within a
European Date format context. As in DD/MM/YYYY instead of MM/DD/YYYY..I've
tried with this, but no progress unfortunately.

ElementContainer dateSelect = new ElementContainer();
Calendar calendar = new GregorianCalendar();
Locale myLocale = new Locale("ENGLISH", "UK");
calendar = calendar.getInstance(myLocale);

DateSelector ds = new DateSelector("fromDate", calendar);
dateSelect = ds.ecsOutput();
context.put("fromDate", dateSelect);


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: torque.class

Posted by Kelvin Tan <ke...@relevanz.com>.
I'm guessing you're looking at an outdated version of Torque. You have to
build it from CVS.

Kelvin
----- Original Message -----
From: sheetal patel <fu...@hotmail.com>
To: <tu...@jakarta.apache.org>
Sent: Monday, December 17, 2001 5:57 PM
Subject: torque.class


> hi,
>
> i have torque.jar
> but i dont have torque.class
> from where can i get the class file.
>
> sheetal
>
>
>
> _________________________________________________________________
> MSN Photos is the easiest way to share and print your photos:
> http://photos.msn.com/support/worldwide.aspx
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>