[jboss-user] [JBossCache] - Help, a problem with DateEditor
bahamut0
do-not-reply at jboss.com
Wed Aug 15 06:36:20 EDT 2007
Hi, guys.
I am working on a web sit using tapestry, spring and tomcat. also i use JBossCache to support cluster cache.
I found jboss register its DateEditor in PropertyEditorManager. It caused DateEditor handle all date parsing when i use tapestry's component, like DatePicker. The problem is DateEditor can't support "dd/MM/yyyy" format default. So i have to manually to set system property: "org.jboss.util.propertyeditor.DateEditor.format" = "dd/MM/yyyy". It looks not very nice.
I am wondering if i can make jboss not register DateEditor? how?
or anyone know when jboss register DateEditor?
thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074357#4074357
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074357
More information about the jboss-user
mailing list