Return-Path: X-Original-To: apmail-struts-issues-archive@minotaur.apache.org Delivered-To: apmail-struts-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4A95918A4B for ; Fri, 11 Dec 2015 16:49:11 +0000 (UTC) Received: (qmail 18483 invoked by uid 500); 11 Dec 2015 16:49:11 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 18446 invoked by uid 500); 11 Dec 2015 16:49:11 -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 18362 invoked by uid 99); 11 Dec 2015 16:49:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2015 16:49:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id F09DF2C1F5A for ; Fri, 11 Dec 2015 16:49:10 +0000 (UTC) Date: Fri, 11 Dec 2015 16:49:10 +0000 (UTC) From: "Jose L Martinez-Avial (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (WW-4578) RegexValidator does not work for multiple values MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jose L Martinez-Avial created WW-4578: ----------------------------------------- Summary: RegexValidator does not work for multiple values Key: WW-4578 URL: https://issues.apache.org/jira/browse/WW-4578 Project: Struts 2 Issue Type: Bug Components: Annotations Affects Versions: 2.3.24 Reporter: Jose L Martinez-Avial Priority: Minor The RegexFieldValidator only validates if the parameter receives is an String. So validation for multiple values (received as a String array) does not work. -- This message was sent by Atlassian JIRA (v6.3.4#6332)