It seems to me that exposing the request object within decorators would violate some aspect of encapsulation. If the locale is all that's needed, then we should just make that available. My $.02
On 6 Nov 2003, Brad Smith wrote: > One use of the ColumnDecorator (a good addition) is to format dates > correctly according to the locale of the user. In order for the locale > information to be available to the decorator, a reference to the request > object needs to be available, correct? Would it make sense to extend the > ColumnDecorator class with a method for passing a reference to the > request object? This could be called once at class initialization. > > Comments? > > > -- John York Software Engineer CareerSite Corporation ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ displaytag-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-devel
