From issues-return-31976-archive-asf-public=cust-asf.ponee.io@struts.apache.org Fri Mar 16 14:33:06 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9529718067B for ; Fri, 16 Mar 2018 14:33:05 +0100 (CET) Received: (qmail 12365 invoked by uid 500); 16 Mar 2018 13:33:04 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 12328 invoked by uid 99); 16 Mar 2018 13:33:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2018 13:33:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id BB83A1A009A for ; Fri, 16 Mar 2018 13:33:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -101.511 X-Spam-Level: X-Spam-Status: No, score=-101.511 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id nFNh3ZG1FZvf for ; Fri, 16 Mar 2018 13:33:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id A897E5F477 for ; Fri, 16 Mar 2018 13:33:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id BAC58E0314 for ; Fri, 16 Mar 2018 13:33:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 1F58721289 for ; Fri, 16 Mar 2018 13:33:01 +0000 (UTC) Date: Fri, 16 Mar 2018 13:33:01 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (WW-685) Generic error message - Type Conversion Error Handling MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/WW-685?page=3Dcom.atlassian.jir= a.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16401903= #comment-16401903 ]=20 ASF subversion and git services commented on WW-685: ---------------------------------------------------- Commit 1b15cfdfc684cc9ff5027b6299e0b51fcbea516f in struts's branch refs/hea= ds/master from [~aleksandr-m] [ https://gitbox.apache.org/repos/asf?p=3Dstruts.git;h=3D1b15cfd ] WW-685 Add generic type conversion error message > 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: Aleksandr Mashchenko > Priority: Major > Fix For: 2.6 > > > To change the default message "invalid field value for field "xxx"",=20 > 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 an= y type? For example a custom message for Dates, double, boolean, etc: > > invalid.fieldvalue.For_All_Dates=3DThis is not a valid date. > I don=C2=B4t know how to implement it, but could be like this: > > invalid.fieldvalue.java.lang.Integer=3DThis is not a valid Number. > > invalid.fieldvalue.java.util.Date=3DThis is not a valid Date. > ------------- > I tried the following examples, but them doesn=C2=B4t work: > invalid.fieldvalue.*=3DInvalid Date. > and > invalid.fieldvalue.[*]=3DInvalid Date. -- This message was sent by Atlassian JIRA (v7.6.3#76005)