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
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
&
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
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
4 matches
Mail list logo