I'm going to significantly improve the support for date formats in tables, 
furthermore I'm going to allow arrays of custom types to be used as tables, 
that way each column's type (the type of the corresponding attribute of that 
custom type) is known by the cartridge, this makes it possible to improve the  
generated implementation



this means that using plain Collections as tables will assume all columns to be 
of type java.lang.Object: no date formatting



this choice has been made because

1. one can use Date,

2. Time,

3. DateTime,

4. it is too cumbersome to perform runtime checks for the date types,

5. all date types should be checked which cannot be done easily in JSP 2.0 EL

6. having lots of tests and checks make the code harder to maintain

7. the added code is only useful for about 10% of the cases (let's say one out 
of 10 fields is a date)



so hang tight as in the next couple of days your table dates will not be 
formatted, I will be re-adding the proper support asap
--
Wouter Zoons - [EMAIL PROTECTED]

http://www.andromda.org/
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3763#3763
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to