[OT] Display Tag Library - Sorting Dates

2003-01-30 Thread Raible, Matt
Since there seems to be a lot of display:* users on this list, I thought I'd ask this question here - hope you don't mind. I have a string in my form that is a date. In order to get the display tag library to sort this column (date) correctly, I have added the following method in a Decorator:

RE: [OT] Display Tag Library - Sorting Dates

2003-01-30 Thread Jerome Jacobsen
Couldn't you subclass Date and override toString? -Original Message- From: Raible, Matt [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 11:41 AM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: [OT] Display Tag Library - Sorting Dates Since there seems

RE: [OT] Display Tag Library - Sorting Dates

2003-01-30 Thread Raible, Matt
Good idea - that worked - thanks! Matt -Original Message- From: Jerome Jacobsen [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 10:00 AM To: Struts Users Mailing List Subject: RE: [OT] Display Tag Library - Sorting Dates Couldn't you subclass Date and override