Re: About Type-Conversion

2010-09-24 Thread Dave Newton
What's in the logs? Is devMode turned on? Where's the rest of your code/config? On Fri, Sep 24, 2010 at 1:54 PM, Mead Lai wrote: > Hello Dave, > > Thanks for your response so quickly. > It is running fine, but show a blank page.No data in the page. > There are some "conversion"-examples in "stru

Re: About Type-Conversion

2010-09-24 Thread Mead Lai
Hello Dave, Thanks for your response so quickly. It is running fine, but show a blank page.No data in the page. There are some "conversion"-examples in "struts2-showcase-2.1.8.1" package; And they are seems working good. Regards, Mead

Re: About Type-Conversion

2010-09-24 Thread Dave Newton
What are you trying to do and/or what specifically doesn't work, under what circumstances? Dave On Fri, Sep 24, 2010 at 1:44 PM, Mead Lai wrote: > Hi All, > > I try some type-conversion example, and do it step by step following this > document: > > http://struts.apache.org/2.x/docs/type-convers

About Type-Conversion

2010-09-24 Thread Mead Lai
Hi All, I try some type-conversion example, and do it step by step following this document: http://struts.apache.org/2.x/docs/type-conversion.html#TypeConversion-AdvancedTypeConversion Unfortunately, it show nothing, although, I add some c

Suggestion about Type Conversion Error Handling!!!

2007-03-28 Thread joey
I hate the default type conversion error report message which is Invalid field value for field {1}. after I read the document,I find there is two ways to override it: 1.define the generic i18n key xwork.default.invalid.fieldvalue in your global i18n resource bundle. 2.adding an i18n key associat