Re: xwork-conversion.properties

2009-12-16 Thread Donato Pirozzi
public void setDataMandato(Date dataMandato) { this.dataMandato = dataMandato; } Note: Bean is into a jar, into a package org.storage.mandati converter is into src/main/java/org.common.struts2.dataconverter.DateConverter I have try it with different bean that I have into my project. Tha

Re: xwork-conversion.properties

2009-12-16 Thread Donato Pirozzi
Thanks for the answer Lukasz, obviously is a typos, name of my file into my project is xwork-conversion.propertis Sorry for the mistake. 2009/12/16 Lukasz Lenart > 2009/12/16 Donato Pirozzi : > > and I have added src/main/resources/xwrork-conversation.properties > (maven2 &

xwork-conversion.properties

2009-12-16 Thread Donato Pirozzi
Hi, I have problem with my custom converter... I have a bean that provided get/set methods for date. public class Person { ... private Date bornDate; ... public void setBornDate(Date bornDate) { ... } public Date getBorn() { ... } } On my jsp I have dojo input dijit.form.DateText

Re: Struts2 Architecture - 2.0.14 and 2.1.8

2009-12-12 Thread Donato Pirozzi
Hi Jayson, I have upgraded version of struts for my project (from 2.0.14 to 2.1.8), and for my personal experience I think that key concepts and base architecture aspects are the same. For my experience version 2.1.8 is more stable, better performance (first observations from users) ... Into upda