Re: xwork-conversion.properties

2009-12-16 Thread Donato Pirozzi
Hi and thanks for answer, I have tried to use annotation, but don't work, error message is the same: Error setting expression 'model.dataMandato' with value '[Ljava.lang.String;@2d2da4' ognl.MethodFailedException: Method "setDataMandato" failed for object org.storage.mandati.mand...@18bff68 [j

Re: xwork-conversion.properties

2009-12-16 Thread Lukasz Lenart
2009/12/16 Donato Pirozzi : > 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

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 > > Should be >>xwor

Re: xwork-conversion.properties

2009-12-16 Thread Lukasz Lenart
2009/12/16 Donato Pirozzi : > and I have added src/main/resources/xwrork-conversation.properties (maven2 Should be >>xwork-conversion.properties<< Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsu

RE: xwork-conversion.properties

2008-02-25 Thread Kedar Choudhary
lto:[EMAIL PROTECTED] Sent: Sunday, February 24, 2008 8:42 PM To: Struts Users Mailing List Subject: Re: xwork-conversion.properties Hi Kedar, perhaps you could expand upon your statement. What I understand is that the conversion involves the creation of the object graph based on the inc

Re: xwork-conversion.properties

2008-02-24 Thread Adam Hardy
g value of instrument.market. Regards Kedar -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Sunday, February 24, 2008 1:02 AM To: Struts Users Mailing List Subject: Re: xwork-conversion.properties Adam Hardy on 22/02/08 17:32, wrote: I wrote a TypeConverter and configured S2 w

RE: xwork-conversion.properties

2008-02-23 Thread Kedar Choudhary
: Struts Users Mailing List Subject: Re: xwork-conversion.properties Adam Hardy on 22/02/08 17:32, wrote: > I wrote a TypeConverter and configured S2 with > xwork-conversion.properties to use it so: > > org.permacode.patternrepo.domain.Market=org.permacode.atomic.web.DomainObjec tT

Re: xwork-conversion.properties

2008-02-23 Thread Adam Hardy
Adam Hardy on 22/02/08 17:32, wrote: I wrote a TypeConverter and configured S2 with xwork-conversion.properties to use it so: org.permacode.patternrepo.domain.Market=org.permacode.atomic.web.DomainObjectTypeConverter as per the wiki. However, from debugging it looks as though struts is com