0 Replies Latest reply on Aug 15, 2007 6:36 AM by bahamut0

    Help, a problem with DateEditor

    bahamut0

      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.