RE: textbox format date & i18n date handling

2004-10-05 Thread David Suarez
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 05, 2004 1:59 PM To: Struts Users Mailing List Subject: RE: textbox format date & i18n date handling I don't have time for a long response but have you considered the fmt:formatDate tag of JSTL?

Re: textbox format date & i18n date handling

2004-10-05 Thread Hubert Rabago
> SAG Systemhaus GmbH > Elsenheimer Straße 11 > 80867 München > Phone +49-89-54 74 21 34 > Fax +49-89-54 74 21 99 > > > -Original Message- > > From: Slattery, Tim - BLS [mailto:[EMAIL PROTECTED] > > Sent: Dienstag, 5. Oktober 2004 19:02 > > To: &#x

RE: textbox format date & i18n date handling

2004-10-05 Thread bmf5
er Straße 11 80867 München Phone +49-89-54 74 21 34 Fax +49-89-54 74 21 99 > -Original Message- > From: Slattery, Tim - BLS [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 5. Oktober 2004 19:02 > To: 'Struts Users Mailing List' > Subject: RE: textbox format date &

RE: textbox format date & i18n date handling

2004-10-05 Thread David Suarez
rom: Slattery, Tim - BLS [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 5. Oktober 2004 19:02 > To: 'Struts Users Mailing List' > Subject: RE: textbox format date & i18n date handling > > > 1) I have a java.util.Date field that needs to be displayed in a > > t

RE: textbox format date & i18n date handling

2004-10-05 Thread Hiran.Chaudhuri
ienstag, 5. Oktober 2004 19:02 > To: 'Struts Users Mailing List' > Subject: RE: textbox format date & i18n date handling > > > 1) I have a java.util.Date field that needs to be displayed in a > > textbox. > > IMHO the way to do this is to have a read/write

RE: textbox format date & i18n date handling

2004-10-05 Thread Slattery, Tim - BLS
> 1) I have a java.util.Date field that needs to be displayed > in a textbox. IMHO the way to do this is to have a read/write property in your bean that delivers and accepts a string. Both can use SimpleDateFormat class to convert between the string and the underling Date class. -- Tim Slatte

RE: textbox format date & i18n date handling

2004-10-05 Thread David Suarez
I guess this got kicked back for some reason. Please see below: Multiple related questions: 1) I have a java.util.Date field that needs to be displayed in a textbox. In bean:write there are formatting methods to have the date display using a MM/dd/ for example. however I don't see the sam