[
https://issues.apache.org/jira/browse/WW-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lukasz Lenart updated WW-685:
-----------------------------
Fix Version/s: (was: Future)
3.x
> Generic error message - Type Conversion Error Handling
> ------------------------------------------------------
>
> Key: WW-685
> URL: https://issues.apache.org/jira/browse/WW-685
> Project: Struts 2
> Issue Type: Improvement
> Reporter: Ricardo Lecheta
> Assignee: Rainer Hermanns
> Fix For: 3.x
>
>
> To change the default message "invalid field value for field "xxx"",
> you can put this line in the Action.properties
> > invalid.fieldvalue.[propertyName]
> But will be useful if there is a way to do a generic custom message to any
> type? For example a custom message for Dates, double, boolean, etc:
> > invalid.fieldvalue.For_All_Dates=This is not a valid date.
> I don´t know how to implement it, but could be like this:
> > invalid.fieldvalue.java.lang.Integer=This is not a valid Number.
> > invalid.fieldvalue.java.util.Date=This is not a valid Date.
> -------------
> I tried the following examples, but them doesn´t work:
> invalid.fieldvalue.*=Invalid Date.
> and
> invalid.fieldvalue.[*]=Invalid Date.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira