Hello list, I want to write a custom Formatter/TypeConverter to simplify the usage of calendar objects using stripes. That's not a big deal, but a question came to my mind, while doing this: The formatter allows the usage of a FormatType represented by string. Nice feature, so its easy to display date, dateTime and time. The jsp input tags also support the FormatType property. So it's easy to display data, eg dates, in a consistent way in the whole app. BUT as I started to write the TypeConverter I missed the formatType property. In order to support date, dateTime and time, I will have to somehow detect the format the user used to enter the date. It would be very easy and more consistent if TypeConverters would support the the formatTpe too - at least in my mind... Is there a reason that I don't see, why this is a bad idea? Thanks, Richard
------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
