Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7FBC0200A5B for ; Wed, 25 May 2016 14:26:02 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7EBD9160A18; Wed, 25 May 2016 12:26:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 946F5160A42 for ; Wed, 25 May 2016 14:26:01 +0200 (CEST) Received: (qmail 28820 invoked by uid 500); 25 May 2016 12:26:00 -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 28220 invoked by uid 99); 25 May 2016 12:26:00 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 May 2016 12:26:00 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 076F12C1FC0 for ; Wed, 25 May 2016 12:18:13 +0000 (UTC) Date: Wed, 25 May 2016 12:18:13 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (WW-4634) Centre alignment doesn't seem to work in Velocity tags MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 25 May 2016 12:26:02 -0000 [ https://issues.apache.org/jira/browse/WW-4634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15299964#comment-15299964 ] ASF GitHub Bot commented on WW-4634: ------------------------------------ Github user lukaszlenart commented on the pull request: https://github.com/apache/struts/pull/95#issuecomment-221556310 103 tests need to be updated, I think it isn't worth > Centre alignment doesn't seem to work in Velocity tags > ------------------------------------------------------ > > Key: WW-4634 > URL: https://issues.apache.org/jira/browse/WW-4634 > Project: Struts 2 > Issue Type: Bug > Components: Other > Affects Versions: 2.5 > Reporter: Jon Juaristi > Priority: Minor > Fix For: 2.5.1 > > > When using a tag in a Velocity template, for instance {{#stextfield("label=Foo" "align=center")}} with the default xhtml theme, inputs are prepended with just instead of (as it happens in 2.3.x) in the generated HTML. A form where you want to centre some of the inputs simply doesn't render as intended. > I'm using Velocity 1.7 and Velocity Tools 2.0, if that helps. -- This message was sent by Atlassian JIRA (v6.3.4#6332)