Hi Tim On 3/9/06, Tim Fennell <[EMAIL PROTECTED]> wrote: > Firstly I'd like to that the removal of the "deprecated HTML > attributes" like align/width etc. was a bad idea in my opinion.
Well, they were alreay marked as deprecated in displaytag 1.0 so their use was not suggested also with 1.0. Could seem an useless point, but the reason on removing them and forcing the use of style/class attribute was simple due to performance reasons: since we added support to per row attributes in displaytag 1.1 evaluating all those (mainly useless) attributes for each row could have lead to a significant performance loss... we already suggested not to use them for this (planned) reason in displaytag 1.0... > Secondly, and much more painful, after upgrading nearly all of my > display:tables starting throwing NullPointerExceptions! The top few thanks for the stacktrace, please post any issue like this to JIRA so we can trak and fix everything! This is evidendly an unwanted problem not catched during our tests and not an intended incompatibility. I plan to release a 1.1.1 version asap with all the fixes to new bugs found after the 1.1 release... consider that 1.1 contains several new features and big changes, not just small improvements. > In tracking all this down I ended up grabbing the source for display > tag so I could debug what was going on (never a good sign). To my > dismay it appears that the only way to get the source is through > svn. Is that true? The distributions do not appear to contain yes and no... sources are also available in the maven repository at ibiblio http://www.ibiblio.org/maven2/displaytag/displaytag/1.1/ ... easy to find for maven users since they are automatically downloaded but probably not for others... sorry, I will try to post a zip to sourceforge soon fabrizio ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

