Re: [S2] conversion and REPORT_CONVERSION_ERRORS

2008-01-18 Thread Dave Newton
--- Adam Hardy <[EMAIL PROTECTED]> wrote: > Dave Newton on 17/01/08 17:18, wrote: > > Personally, I just removed the conversion interceptor for the bulk of my > > actions (particularly after development) to avoid it. > So how do you retrieve the conversion errors? Do you call the > getConversionEr

Re: [S2] conversion and REPORT_CONVERSION_ERRORS

2008-01-18 Thread Adam Hardy
Dave Newton on 17/01/08 17:18, wrote: --- Adam Hardy <[EMAIL PROTECTED]> wrote: Is there any other way of controlling whether XWorkConverter reports or ignores conversion errors, other than the application-wide servlet parameter REPORT_CONVERSION_ERRORS / report.conversion.errors? I would lik

Re: [S2] conversion and REPORT_CONVERSION_ERRORS

2008-01-17 Thread Dave Newton
--- Adam Hardy <[EMAIL PROTECTED]> wrote: > Is there any other way of controlling whether XWorkConverter reports or > ignores conversion errors, other than the application-wide servlet parameter > REPORT_CONVERSION_ERRORS / report.conversion.errors? > > I would like to control it action by action

Re: [S2] conversion and REPORT_CONVERSION_ERRORS

2008-01-17 Thread Adam Hardy
Is there any other way of controlling whether XWorkConverter reports or ignores conversion errors, other than the application-wide servlet parameter REPORT_CONVERSION_ERRORS / report.conversion.errors? I would like to control it action by action. Actually, thinking on the hoof, if necessary I

[S2] conversion and REPORT_CONVERSION_ERRORS

2008-01-15 Thread Adam Hardy
Setting XWorkConverter.REPORT_CONVERSION_ERRORS to stop conversion errors being reported - is it possible? I hope I don't appear to0 lazy to look for an answer but I could only find non-specific references to this on struts.apache.org, and nothing on the mailing list or the wiki. So short of s

[S2] conversion and REPORT_CONVERSION_ERRORS

2008-01-09 Thread Adam Hardy
I am having temporary (hopefully) aphasia - I cannot see any documentation about setting XWorkConverter.REPORT_CONVERSION_ERRORS to stop conversion errors being reported. I assumed I could put in the struts.xml but it didn't accept it. Where should it go? Thanks Adam ---