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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to