I would suggest following enhancements to the TimeZoneSelector:
| * initialization:
| it is somewhat strange, that the getTimeZoneId() will return null, while a call to
getTimeZone() will return the default timezone wouldn't it be better, to initialize
the timezone Id to java.util.TimeZone.getDefault().getID() ?
| * getTimeZones(): a function that can be used for selectItems
| same like the ThemeSelector.getThemes()
| I should return all available timezoneIDs (java.util.TimeZone.getAvailableIDs) sorted
alphabetically
| --> here I am not really sure, if it is a good idea to return all of these
timezones (there are really a lot of them on my system >500!)
|
any comments appreciated
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112271#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...