2009/12/16 Donato Pirozzi <[email protected]>: > obviously is a typos, name of my file into my project is > xwork-conversion.propertis
Did you try to use annotations?
@TypeConversion(converter = "org.demo.DateConverter")
public void setDateNow(Date now) { this.now = now; }
Regards
--
Lukasz
http://www.lenart.org.pl/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

